molnarg / node-http2

An HTTP/2 client and server implementation for node.js
MIT License
1.79k stars 185 forks source link

way to terminate response even though push is ongoing? #193

Open bmeck opened 8 years ago

bmeck commented 8 years ago

response.end() seems to cause any unfinished response.push() to fail.

nwgh commented 8 years ago

This sounds like a possible bug - do you have an example?