mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 21:15:56 +00:00
Update donations
This commit is contained in:
@@ -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
|
- 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.
|
> * The name or/and github username link added after donator's approvement via e-mail.
|
||||||
|
|
||||||
|
|||||||
@@ -202,7 +202,7 @@ func (w *responseWriter) Hijack() (net.Conn, *bufio.ReadWriter, error) {
|
|||||||
return h.Hijack()
|
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.
|
// Flush sends any buffered data to the client.
|
||||||
|
|||||||
Reference in New Issue
Block a user