mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-19 05:52:45 +08:00
fastcgi: Fix capture_stderr
(#5515)
This commit is contained in:
parent
3f20a7c9f3
commit
c8032867b1
|
@ -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 New Issue
Block a user