Closed sygem closed 3 months ago
Unless immediately followed by a res.end(), all calls to res.write() are now followed by a call to res.flush().
These flush calls are guarded to prevent errors if the compression middleware is not present for some reason.
You can test in like 15m against a dev node. Cheers
Unless immediately followed by a res.end(), all calls to res.write() are now followed by a call to res.flush().
These flush calls are guarded to prevent errors if the compression middleware is not present for some reason.