From: Ryan Dahl Date: Tue, 12 Apr 2011 00:30:33 +0000 (-0700) Subject: Fix doc - no setBodyEnocoding anymore X-Git-Tag: v0.4.6~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f47f63746df1e059ff2d99f0ce0123582952213;p=platform%2Fupstream%2Fnodejs.git Fix doc - no setBodyEnocoding anymore Thanks Frederic. Closes GH-859. --- diff --git a/doc/api/http.markdown b/doc/api/http.markdown index 10a0f9d..500347d 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -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'