Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Add documentation about request.pause issue. #4305

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/api/http.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Long line, wrap at 80 columns.


### request.resume()

Expand Down