net/http.Server.doKeepAlives (method)

3 uses

	net/http (current package)
		server.go#L1229: 	keepAlivesEnabled := w.conn.server.doKeepAlives()
		server.go#L1967: 		if !w.conn.server.doKeepAlives() {
		server.go#L3110: func (s *Server) doKeepAlives() bool {