(w http.ResponseWriter, r *http.Request)
| 1870 | } |
| 1871 | |
| 1872 | func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) { |
| 1873 | s.ensureRouter() |
| 1874 | s.router.ServeHTTP(w, r) |
| 1875 | } |
| 1876 | |
| 1877 | // httpIdleTimeout caps the keep-alive idle window on every HTTP |
| 1878 | // connection. Tracked here (not in handlers_events.go) because it |