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
trafficstars

I have put together a fix for the issue raised in #161 and am now trying to build some tests. What I have discovered is, is there is cross talk...

feature
patches-accepted
p5

It is possible with the https module to enable OCSP stapling with the [ocsp module](https://www.npmjs.com/package/ocsp). Can http2 get this same functionality?

performance
feature
p1

Hey, I've only skimmed the docs, so I may have missed something; apologies if this is the case (and a ref appreciated). I'd like to parse http/2 from a PCAP...

feature
p4

Should be implemented based on this: https://github.com/joyent/node/blob/master/lib/_http_client.js#L232

bug
p3

It's mainly API related issue, since the actual forwarding has to be done by the user. Related issue: https://github.com/http2/http2-spec/issues/230

feature
p4

Right now, in server code, nothing really happens if the socket goes away. All streams remain open and attempting to send data, outgoing frames are queued, etc. It is not...

bug
p3

#112 complains of issues creating a bunyan logger directly for use with node-http2 instead of using our createLogger. While that may be an issue that needs investigating, we should at...

feature
p1