mirror of
https://github.com/caddyserver/caddy.git
synced 2025-05-28 22:55:50 +08:00
fastcgi: Fix capture_stderr
(#5515)
This commit is contained in:
@ -171,6 +171,7 @@ func (t Transport) RoundTrip(r *http.Request) (*http.Response, error) {
|
||||
rwc: conn,
|
||||
reqID: 1,
|
||||
logger: logger,
|
||||
stderr: t.CaptureStderr,
|
||||
}
|
||||
|
||||
// read/write timeouts
|
||||
|
Reference in New Issue
Block a user