net/http.Server.SetKeepAlivesEnabled (method)

2 uses

	net/http (current package)
		server.go#L3180: func (srv *Server) SetKeepAlivesEnabled(v bool) {

	net/http/httptest
		server.go#L205: 		s.Config.SetKeepAlivesEnabled(false)