diff --git a/response_writer.go b/response_writer.go index a45690af80..a40f5ba0a8 100644 --- a/response_writer.go +++ b/response_writer.go @@ -39,7 +39,7 @@ type ResponseWriter interface { WriteHeaderNow() // get the http.Pusher for server push - Pusher() + Pusher() http.Pusher } type responseWriter struct {