From aff081fcba2bf7603b7582d0d6ef9c7819739ee9 Mon Sep 17 00:00:00 2001 From: Rob-ot Date: Thu, 22 Nov 2012 17:50:41 -0700 Subject: [PATCH] Add documentation about request.pause issue. A lot of people (including myself before today) are under the impression request.stream.pause will prevent any more data events from being fired, hopefully they will see this before spending hours tracking down the bug. --- doc/api/http.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/http.markdown b/doc/api/http.markdown index 92918faa5fb..e3c8cdb944e 100644 --- a/doc/api/http.markdown +++ b/doc/api/http.markdown @@ -300,6 +300,7 @@ information. Pauses request from emitting events. Useful to throttle back an upload. +Note: Data events may still be fired after the request is paused, see [this discussion](groups.google.com/group/nodejs/browse_thread/thread/cafe8397e3bec189) for more information. ### request.resume()