mirror of
https://github.com/kataras/iris.git
synced 2025-02-02 15:30:36 +01:00
minor, see prev commit
This commit is contained in:
parent
ad5e5d82ce
commit
04a7eadd0e
|
@ -167,8 +167,8 @@ func (w *ResponseRecorder) FlushResponse() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if mustWriteToClose {
|
if mustWriteToClose {
|
||||||
cw.CompressWriter.Close()
|
|
||||||
cw.ResponseWriter.FlushResponse()
|
cw.ResponseWriter.FlushResponse()
|
||||||
|
cw.CompressWriter.Close()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user