mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-26 21:53:48 +03: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,
|
||||
reqID: 1,
|
||||
logger: logger,
|
||||
stderr: t.CaptureStderr,
|
||||
}
|
||||
|
||||
// read/write timeouts
|
||||
|
|
Loading…
Reference in a new issue