mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-29 12:16:16 +08:00
b8722d9af3
By setting the read deadline in streamReader.Read(), the deadline was extended by the read timeout on each subsequent call. To avoid this, the deadline is set in FCGIClient.Request(), before the first read occurs. See #1094. |
||
---|---|---|
.. | ||
dialer_test.go | ||
dialer.go | ||
fastcgi_test.go | ||
fastcgi.go | ||
fcgi_test.php | ||
fcgiclient_test.go | ||
fcgiclient.go | ||
setup_test.go | ||
setup.go |