(w http.ResponseWriter, r *http.Request)
| 1772 | } |
| 1773 | |
| 1774 | func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) { |
| 1775 | s.ensureRouter() |
| 1776 | s.router.ServeHTTP(w, r) |
| 1777 | } |
| 1778 | |
| 1779 | // httpIdleTimeout caps the keep-alive idle window on every HTTP |
| 1780 | // connection. Tracked here (not in handlers_events.go) because it |