Matt Ranney
Matt Ranney
Also note that this seems like a node 0.10 vs. 0.12 issue. The http_parser API probably only works on 0.10.
Thanks for reporting this. Can you provide a little more information on your environment? I can run http_trace from doing "npm -g install http_trace" on my Mac and it works...
I like the approach of using existing parsers to decode things like this. Surely node will get some kind of native http2 support at some point, which will hopefully expose...
The more I think about it, the more I like having an _error property. You don't have a lot of choices when encountering an error. Most people just want to...
Indeed it does. Thanks for letting me know. Also, thanks for writing htracr. It's the tool I've been meaning to write for months now. It is fantastic.
I'd like to fix this. What's a good way to test it? Is there a server you know of that returns responses like this?
Yeah, we need to publish a new version to npm after a bunch of recent changes. Can you try the version from github and see if it works for you?
Looks like you are missing the nan module, which "npm install" should have added for you.
Ahh yes. The API did change for this version, but it hasn't been documented yet. Sorry for tripping you up on this. Things are still coming together after the refactor,...
It's hard to say. A bunch of changes came through in the past couple of weeks. Hopefully we can get 2.0 published to npm in the next few days, and...