node-http2
node-http2 copied to clipboard
An HTTP/2 client and server implementation for node.js
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...
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?
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...
Should be implemented based on this: https://github.com/joyent/node/blob/master/lib/_http_client.js#L232
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
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...
#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...