Apiserver ServeHTTP() modify

This commit is contained in:
lixiaobing10051267 2016-07-16 12:29:11 +08:00
parent e60df08532
commit 97219275b1

2
pkg/apiserver/watch.go Normal file → Executable file
View File

@ -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)