Fix doc - no setBodyEnocoding anymore

Thanks Frederic. Closes GH-859.
This commit is contained in:
Ryan Dahl 2011-04-11 17:30:33 -07:00
parent 682b66c0c1
commit 0f47f63746

View File

@ -136,7 +136,7 @@ Emitted when a piece of the message body is received.
Example: A chunk of the body is given as the single
argument. The transfer-encoding has been decoded. The
body chunk is a string. The body encoding is set with
`request.setBodyEncoding()`.
`request.setEncoding()`.
### Event: 'end'