restify/node-restify
Auf GitHub ansehenGzip plugin prevents text/event-stream from working
Open
#820 geöffnet am 2. Juni 2015
BugCriticalHelp WantedUnconfirmed
Repository-Metriken
- Stars
- (10.695 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 3h 56m) (2 gemergte PRs in 30 T)
Beschreibung
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.