node-http2
node-http2 copied to clipboard
way to terminate response even though push is ongoing?
response.end()
seems to cause any unfinished response.push()
to fail.
This sounds like a possible bug - do you have an example?