restify/node-restify
Gzip plugin prevents text/event-stream from working
Ouverte
#820 ouverte le 2 juin 2015
BugCriticalHelp WantedUnconfirmed
Métriques du dépôt
- Stars
- (10 695 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
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.