1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-09 13:05:56 +00:00

Update donations

This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-01-10 18:29:38 +02:00
parent 4246ef6980
commit c5f95ba78a
2 changed files with 2 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ func (w *responseWriter) Hijack() (net.Conn, *bufio.ReadWriter, error) {
return h.Hijack()
}
return nil, nil, errors.New("Hijack is not supported to this response writer!")
return nil, nil, errors.New("Hijack is not supported by this ResponseWriter.")
}
// Flush sends any buffered data to the client.