minor, see prev commit

This commit is contained in:
Gerasimos (Makis) Maropoulos 2020-07-26 20:32:31 +03:00
parent ad5e5d82ce
commit 04a7eadd0e
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7

View File

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