Commit f82ef0f7 authored by Yoshihiro Kikuchi's avatar Yoshihiro Kikuchi Committed by Ben Noordhuis
Browse files

http: remove ClientRequest.prototype.pause()

ClientRequest.prototype.pause() is not needed. ClientRequest is a writable
stream and deferring to OutgoingMessage.prototype.pause() is broken, the method
does not exist.
parent 024451c6
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment