Skip to content

Instantly share code, notes, and snippets.

@tjfontaine
Created September 25, 2013 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjfontaine/6706208 to your computer and use it in GitHub Desktop.
Save tjfontaine/6706208 to your computer and use it in GitHub Desktop.
{
chunk: {
length: 10240,
parent: 10240,
},
encoding: {
length: 10240,
parent: 10240,
},
callback: {
length: 10240,
parent: 10240,
},
}
{
chunk: {
length: 2,
parent: 2,
},
encoding: {
length: 2,
parent: 2,
},
callback: {
length: 2,
parent: 2,
},
}
{
chunk: "HTTP/1.1 200 OK
Date: Wed, 25 Sep 2013 21:01:59 GMT
Connection: keep-alive
Transfer-Encoding: chunked
2800",
encoding: "HTTP/1.1 200 OK
Date: Wed, 25 Sep 2013 21:01:59 GMT
Connection: keep-alive
Transfer-Encoding: chunked
2800",
callback: "HTTP/1.1 200 OK
Date: Wed, 25 Sep 2013 21:01:59 GMT
Connection: keep-alive
Transfer-Encoding: chunked
2800",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment