mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-08 17:16:36 +01:00
fastcgi: Fix capture_stderr
(#5515)
This commit is contained in:
parent
3f20a7c9f3
commit
c8032867b1
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ func (t Transport) RoundTrip(r *http.Request) (*http.Response, error) {
|
||||||
rwc: conn,
|
rwc: conn,
|
||||||
reqID: 1,
|
reqID: 1,
|
||||||
logger: logger,
|
logger: logger,
|
||||||
|
stderr: t.CaptureStderr,
|
||||||
}
|
}
|
||||||
|
|
||||||
// read/write timeouts
|
// read/write timeouts
|
||||||
|
|
Loading…
Reference in a new issue