browserify / http-browserify

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

Use "inherits" module instead of "util.inherits" on response.js #100

Open jussikinnula opened 8 years ago

jussikinnula commented 8 years ago

Use similar inheritance than it's already on request.js on response.js - which is using "inherits" module over "util.inherits".

The actual reason is to fix a Webpack related issue "util.inherits is not a function".