Skip to content

Commit

Permalink
fixing typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Sep 28, 2012
1 parent f85f50a commit 7fe92b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2012/9/header-composer.md
Expand Up @@ -51,7 +51,7 @@ So, I tried two methods.

The first method: create a list of `ByteString`s without packing
and send the list with `writev()`. Since the header and its body
should be squeezed into a single TCP package (if possible),
should be squeezed into a single TCP packet (if possible),
I set the `TCP_CORK` socket option before calling `writev()`
and reset it after calling `sendfile()`.
But this method is no better than the old composer.
Expand Down

0 comments on commit 7fe92b9

Please sign in to comment.