Fix stats responseRecorder Hijacker
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
aa4ed088bb
commit
71cec1580b
3 changed files with 36 additions and 4 deletions
|
@ -12,10 +12,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
_ http.ResponseWriter = &ResponseRecorder{}
|
||||
_ http.Hijacker = &ResponseRecorder{}
|
||||
_ http.Flusher = &ResponseRecorder{}
|
||||
_ http.CloseNotifier = &ResponseRecorder{}
|
||||
_ Stateful = &ResponseRecorder{}
|
||||
)
|
||||
|
||||
// Retry is a middleware that retries requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue