mscdex
mscdex
@shekhei It looks like there was a [build error](https://travis-ci.org/nodejs/http-parser/jobs/280920471) during the last CI run.
Still green. LGTM if the suggestion made by @bnoordhuis about `HTTP_MAX_HEADER_SIZE + p` is not a blocker.
+1 to some kind of easy-to-get-to latest tarball url, at least for the source code tarball (and/or xzball).
That's up to you to keep track of. `busboy` just provides the file streams.
> Bit swap is useful in endian conversion Right, but I don't see that as a common operation that would be a bottleneck in node applications.
> Is there criteria for performance PR should be? In general I'm looking for parallel programming opportunities at any aspect to make Node.js runs at best performance. Here are a...
Just to add my two cents as someone who writes/maintains various node addons: A short while ago I reluctantly wrote my own set of tools ([here](https://github.com/mscdex/install-addons) and [here](https://github.com/mscdex/build-addons)) to try...
Right now I've modified csurf locally to have an autoCheck option that is the default and performs the way csurf currently does. However if autoCheck is falsey, then it adds...
There was a [discussion](https://groups.google.com/group/nodejs/msg/83f43f79d4c61a0c) about this issue in general somewhat recently on the nodejs mailing list. It's mainly to do with the gc and very large objects like this. You...
+1 This is what [Yaffle/EventSource](https://github.com/Yaffle/EventSource) does and it would be great to have these two polyfills work together better.