node-http2 icon indicating copy to clipboard operation
node-http2 copied to clipboard

An HTTP/2 client and server implementation for node.js

Results 76 node-http2 issues
Sort by recently updated
recently updated
newest added

I did benchmark against several HTTP/2 and SPDY servers, including node-http2. Results are https://github.com/tatsuhiro-t/nghttp2/wiki/ServerBenchmarkRoundH210 node-http2 seems consumes huge memory, 1GB, under benchmar test. Under the same load, node-spdy uses ~300MB...

bug
performance
p3

When using the node-http2 client against Twitter's API server, I get an error when the server shuts down the open connection after 15 idle minutes. Steps to reproduce: Edit `example/client.js`...

bug
p2

I cloned this repo to my computer. When I ran the example codes, the client and the server, everything works as expected. But when I copy the exact same codes...

bug
p2

Reproduction - New Connection is created - Server sends setting frame with Max Streams of 10 - node-http2.request() is called 11 times in a loop Result - Server responds to...

bug
p1

I'm trying to implement handlers on the following events: - newSession - resumeSession - OCSPRequest but they do not seem to be emitted as expected. I'm running iojs 1.2.0 and...

compatibility

As mentioned in PR #82, just to make things a bit more sane and better-separated. Not high-priority.

patches-accepted