browserify / http-browserify

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

http options.auth use Buffer function rather than Buffer object #19

Closed OlavHN closed 10 years ago

OlavHN commented 11 years ago

This PR seems to fix this issue: https://github.com/substack/node-browserify/issues/442

isBuffer used by level-js solves it this way ( github.com/juliangruber/isbuffer )

ghost commented 10 years ago

This patch no longer applies.