Matthew Holt
3 years ago
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5
1 changed files with
1 additions and
1 deletions
-
modules/caddyhttp/reverseproxy/reverseproxy.go
|
|
@ -578,7 +578,7 @@ func (h *Handler) reverseProxy(rw http.ResponseWriter, req *http.Request, repl * |
|
|
|
zap.Object("request", caddyhttp.LoggableHTTPRequest{Request: req}), |
|
|
|
) |
|
|
|
if err != nil { |
|
|
|
logger.Error("upstream roundtrip", zap.Error(err)) |
|
|
|
logger.Debug("upstream roundtrip", zap.Error(err)) |
|
|
|
return err |
|
|
|
} |
|
|
|
logger.Debug("upstream roundtrip", |
|
|
|