From 0f47f63746df1e059ff2d99f0ce0123582952213 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 11 Apr 2011 17:30:33 -0700 Subject: [PATCH] Fix doc - no setBodyEnocoding anymore Thanks Frederic. Closes GH-859. --- doc/api/http.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.7.4