1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 04:21:57 +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

@@ -50,7 +50,7 @@ I'm grateful for all the generous donations. Iris is fully funded by these dona
- ANONYMOUS donated 5 EUR at December 13
- [Github username is not available yet] donated 25 EUR at Jenuary 8 of 2017
- [Thomas Fritz](https://github.com/thomasfr) donated 25 EUR at Jenuary 8 of 2017
> * The name or/and github username link added after donator's approvement via e-mail.

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.