mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-22 15:15:48 +00:00
Merge branch 'jetty-8'
This commit is contained in:
commit
d522bb4c19
@ -243,7 +243,7 @@ public abstract class CompressedResponseWrapper extends HttpServletResponseWrapp
|
||||
if (_writer!=null)
|
||||
_writer.flush();
|
||||
if (_compressedStream!=null)
|
||||
_compressedStream.finish();
|
||||
_compressedStream.flush();
|
||||
else
|
||||
getResponse().flushBuffer();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user