(w http.ResponseWriter, r *http.Request)
| 1827 | } |
| 1828 | |
| 1829 | func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) { |
| 1830 | s.ensureRouter() |
| 1831 | s.router.ServeHTTP(w, r) |
| 1832 | } |
| 1833 | |
| 1834 | // httpIdleTimeout caps the keep-alive idle window on every HTTP |
| 1835 | // connection. Tracked here (not in handlers_events.go) because it |