Matthew Holt
5 years ago
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5
1 changed files with
1 additions and
0 deletions
-
modules/caddyhttp/server.go
|
|
@ -121,6 +121,7 @@ func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) { |
|
|
|
zap.Duration("latency", latency), |
|
|
|
zap.Int("size", wrec.Size()), |
|
|
|
zap.Int("status", wrec.Status()), |
|
|
|
zap.Object("resp_headers", LoggableHTTPHeader(wrec.Header())), |
|
|
|
) |
|
|
|
}() |
|
|
|
} |
|
|
|