Skip to content

Commit

Permalink
http: fix documentation for dechunk!
Browse files Browse the repository at this point in the history
chunk_ready! was my original name for it, but I'm indecisive
when it comes to naming things.
  • Loading branch information
Eric Wong committed Jun 14, 2011
1 parent c297fde commit 2f3c135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/unicorn_http/unicorn_http.rl
Expand Up @@ -631,7 +631,7 @@ static VALUE HttpParser_clear(VALUE self)

/**
* call-seq:
* parser.chunk_ready! => parser
* parser.dechunk! => parser
*
* Resets the parser to a state suitable for dechunking response bodies
*
Expand Down

0 comments on commit 2f3c135

Please sign in to comment.