Christian Vaagland Tellnes

Results 11 issues of Christian Vaagland Tellnes

Sorry for only using Github edit. Feel free to amend my commit message.

Hi Here is a working implementation for Browserify without changing anything. It lets you require just the tests you want and the Browserify builder will do it's magic. Usage example:...

I know this is not in the spec, but this is the easiest way to implement support for it. Also it could be useful for others. The only other solution...

The HTTP2 spec does not support sending a status message, so when `res.statusMessage` is set a process warning is emitted.

pr

If you, from an entry file, tries to require a module from an external bundle which in turn requires a module from the first bundle, it breaks. This fixes this...

The buffer implementation is a lot of code and http-browserify does not really need it to work. It is only needed for `auth` parameter to bas64 encode it. Could it...