(w http.ResponseWriter, r *http.Request)
| 1736 | } |
| 1737 | |
| 1738 | func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) { |
| 1739 | s.ensureRouter() |
| 1740 | s.router.ServeHTTP(w, r) |
| 1741 | } |
| 1742 | |
| 1743 | // httpIdleTimeout caps the keep-alive idle window on every HTTP |
| 1744 | // connection. Tracked here (not in handlers_events.go) because it |