caddy/caddyhttp/fastcgi
ericdreeves b8722d9af3 Fix read timeout and add default timeout values.
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.
2016-11-25 10:30:51 -06:00
..
dialer_test.go Fastcgi upstreams (#1264) 2016-11-16 21:29:43 -07:00
dialer.go Add connect_timeout and read_timeout to fastcgi. (#1257) 2016-11-19 09:05:29 -07:00
fastcgi_test.go Fix read timeout and add default timeout values. 2016-11-25 10:30:51 -06:00
fastcgi.go Add connect_timeout and read_timeout to fastcgi. (#1257) 2016-11-19 09:05:29 -07:00
fcgi_test.php Migrate remaining middleware packages 2016-06-05 22:39:23 -06:00
fcgiclient_test.go Add connect_timeout and read_timeout to fastcgi. (#1257) 2016-11-19 09:05:29 -07:00
fcgiclient.go Fix read timeout and add default timeout values. 2016-11-25 10:30:51 -06:00
setup_test.go Fix read timeout and add default timeout values. 2016-11-25 10:30:51 -06:00
setup.go Fix read timeout and add default timeout values. 2016-11-25 10:30:51 -06:00