jongleberry
jongleberry
https://nodejs.org/api/async_hooks.html#async_hooks_class_asynclocalstorage we should run every request in it so that errors can be traced to the original req/res even if they were called in a different event loop. this will...
https://nodejs.org/api/querystring.html
although we don't support the new HTTP2 APIs, we should run all our tests against both the `http` and `http2` modules, using only the [HTTP/1 API](https://nodejs.org/api/http2.html#http2_compatibility_api) easiest method would be...
on azure (yes, i know), ports are also being sent as well as the ip in `x-forwarded-for`: ``` 'x-forwarded-for': '23.243.1.1:38242' ``` `request.ip` should not return the port section. aye or...
just a reminder. going to include this in the next version with cookies v1
migrated from https://github.com/senchalabs/connect/issues/973
migrating from https://github.com/senchalabs/connect/issues/516
the plan was to use https://github.com/jed/cookies for cookie parsing and getting. express could include it as well via proto or something. https://github.com/senchalabs/connect/issues/382 https://github.com/visionmedia/express/issues/1139 not exactly sure what to do though...