From 97219275b1b32d6225fff0ec94014018f68e8470 Mon Sep 17 00:00:00 2001 From: lixiaobing10051267 Date: Sat, 16 Jul 2016 12:29:11 +0800 Subject: [PATCH] Apiserver ServeHTTP() modify --- pkg/apiserver/watch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 pkg/apiserver/watch.go 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)