1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-04 10:47:20 +00:00

minor, see prev commit

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-07-26 20:32:31 +03:00
parent ad5e5d82ce
commit 04a7eadd0e

View File

@@ -167,8 +167,8 @@ func (w *ResponseRecorder) FlushResponse() {
}
if mustWriteToClose {
cw.CompressWriter.Close()
cw.ResponseWriter.FlushResponse()
cw.CompressWriter.Close()
}
}