1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-21 11:57:02 +00:00
Gerasimos (Makis) Maropoulos
2017-01-05 18:59:15 +02:00
parent d5a9410e2a
commit d060a73559
5 changed files with 50 additions and 16 deletions

View File

@@ -157,6 +157,7 @@ func (w *ResponseRecorder) flushResponse() {
func (w *ResponseRecorder) Flush() {
w.flushResponse()
w.responseWriter.Flush()
w.ResetBody()
}
// clone returns a clone of this response writer