mirror of
https://github.com/kataras/iris.git
synced 2026-01-10 21:45:57 +00:00
20 days of unstoppable work. Waiting fo go 1.8, I didn't finish yet, some touches remains.
Former-commit-id: ed84f99c89f43fe5e980a8e6d0ee22c186f0e1b9
This commit is contained in:
@@ -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 by this ResponseWriter.")
|
||||
return nil, nil, errors.New("hijack is not supported by this ResponseWriter")
|
||||
}
|
||||
|
||||
// Flush sends any buffered data to the client.
|
||||
|
||||
Reference in New Issue
Block a user