BugCriticalHelp WantedUnconfirmed
Repository metrics
- Stars
- (10,695 stars)
- PR merge metrics
- (平均マージ 3h 56m) (30d で 2 merged PRs)
説明
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.