restify/node-restify
Vedi su GitHubGzip plugin prevents text/event-stream from working
Open
#820 aperta il 2 giu 2015
BugCriticalHelp WantedUnconfirmed
Metriche repository
- Star
- (10.695 star)
- Metriche merge PR
- (Merge medio 3h 56m) (2 PR mergiate in 30 g)
Descrizione
I have to call
res.handledGzip && res.handledGzip();
res.removeHeader('Content-Encoding');
in my SSE plugin to bypass the Gzip plugin—otherwise EventSource fails.
The solution would involve adding support for keep alive connection in the Gzip plugin.