browserify / http-browserify

node's http module, but for the browser
MIT License
244 stars 110 forks source link

Missing setNoDelay method on Request #95

Open elado opened 8 years ago

elado commented 8 years ago

Request is missing setNoDelay method that exists on the node.js version. Some libs (e.g. EventSource) call this method.