diff --git a/pkg/apiserver/watch.go b/pkg/apiserver/watch.go old mode 100644 new mode 100755 index feaac392d39..fb57f33119d --- a/pkg/apiserver/watch.go +++ b/pkg/apiserver/watch.go @@ -120,7 +120,7 @@ type WatchServer struct { t timeoutFactory } -// Serve serves a series of encoded events via HTTP with Transfer-Encoding: chunked +// ServeHTTP serves a series of encoded events via HTTP with Transfer-Encoding: chunked // or over a websocket connection. func (s *WatchServer) ServeHTTP(w http.ResponseWriter, req *http.Request) { w = httplog.Unlogged(w)