about summary refs log tree commit homepage
path: root/ext
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-06-14 00:51:01 +0000
committerEric Wong <normalperson@yhbt.net>2011-06-14 00:51:01 +0000
commit2f3c135b15e6603e71bb9d6d054e5cd606c7b2b6 (patch)
tree1bb195f6a9a9914a093cccf7bac605184ee10333 /ext
parentc297fde2000dcc8bdf7cb9f912fb2ea07be1c282 (diff)
downloadunicorn-2f3c135b15e6603e71bb9d6d054e5cd606c7b2b6.tar.gz
chunk_ready! was my original name for it, but I'm indecisive
when it comes to naming things.
Diffstat (limited to 'ext')
-rw-r--r--ext/unicorn_http/unicorn_http.rl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/unicorn_http/unicorn_http.rl b/ext/unicorn_http/unicorn_http.rl
index f799337..98bcd05 100644
--- a/ext/unicorn_http/unicorn_http.rl
+++ b/ext/unicorn_http/unicorn_http.rl
@@ -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
  *