- 23 Dec, 2016 1 commit
-
-
Matthew Holt authored
-
- 22 Dec, 2016 1 commit
-
-
Matthew Holt authored
-
- 21 Dec, 2016 2 commits
-
-
Matthew Holt authored
-
Leonard Hecker authored
* Fixed HTTP/2 support for the proxy middleware http.Transport instances whose TLSClientConfig, Dial, or DialTLS field is non-nil will be configured without HTTP/2 support by default. This commit adds the proper calls to http2.ConfigureTransport() everywhere a http.Transport is created and thus fixes HTTP/2 in the proxy middleware whenever insecure_skip_verify or keepalive is provided. * Added HTTP/2 support check to TestReverseProxyInsecureSkipVerify
-
- 19 Dec, 2016 1 commit
-
-
Mateusz Gajewski authored
* Feature #1282 - Support pre-gzipped files * Fix broken test cases * Support brotli encoding as well * Fix for #1276 - support integers and floats as metadata in markdown (#1278) * Fix for #1276 * Use strconv.Format * Use map[string]interface{} as variables * One more file * Always run all tests before commit * Get rid of DocFlags * Fix syntax in caddy.conf * Update to Go 1.7.4 * Add send_timeout property to fastcgi directive. * Convert rwc field on FCGIClient from type io.ReadWriteCloser to net.Conn. * Return HTTP 504 to the client when a timeout occurs. * In Handler.ServeHTTP(), close the connection before returning an HTTP 502/504. * Refactor tests and add coverage. * Return HTTP 504 when FastCGI connect times out. * test: add unit test for #1283 (#1288) * After review fixes * Limit the number of restarts with systemd * Prevent fd leak * Prevent fd leak * Refactor loops * gofmt
-
- 17 Dec, 2016 1 commit
-
-
Mateusz Gajewski authored
* Fix for issue #1287 - hide hidden files * Reuse IsHidden * Fix failing tests
-
- 13 Dec, 2016 1 commit
-
-
Matthew Holt authored
-
- 08 Dec, 2016 2 commits
-
-
Guiheux Steven authored
-
Matt Holt authored
Add send_timeout property to fastcgi directive
-
- 04 Dec, 2016 4 commits
-
-
Matt Holt authored
Update to Go 1.7.4
-
jbub authored
-
Matt Holt authored
Fix syntax in caddy.conf
-
Lorenz Bischof authored
-
- 03 Dec, 2016 3 commits
-
-
ericdreeves authored
-
ericdreeves authored
* Convert rwc field on FCGIClient from type io.ReadWriteCloser to net.Conn. * Return HTTP 504 to the client when a timeout occurs. * In Handler.ServeHTTP(), close the connection before returning an HTTP 502/504. * Refactor tests and add coverage.
-
Mateusz Gajewski authored
* Fix for #1276 * Use strconv.Format * Use map[string]interface{} as variables * One more file * Always run all tests before commit * Get rid of DocFlags
-
- 30 Nov, 2016 2 commits
-
-
Mateusz Gajewski authored
* Fix for #1164 - allow only one header per line * Include original reporter case
-
ericdreeves authored
Fix read timeout and add default timeout values.
-
- 29 Nov, 2016 3 commits
-
-
Mateusz Gajewski authored
-
Matthew Holt authored
-
Matthew Holt authored
-
- 27 Nov, 2016 3 commits
-
-
Matt Holt authored
Increase code coverage (caddy.go)
-
Eldin Hadzic authored
-
elcore authored
* Fix issue #1258 * address comments * add a test * address comments 2
-
- 25 Nov, 2016 1 commit
-
-
ericdreeves authored
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.
-
- 23 Nov, 2016 1 commit
-
-
Geno authored
* INIT-systemd use CADDYPATH instatt of HOME * INIT-upstart use CADDYPATH instatt of HOME * INIT-upstart use CADDYPATH instatt of HOME * INIT-upstart use CADDYPATH instatt of HOME
-
- 21 Nov, 2016 2 commits
-
-
Matthew Holt authored
-
Matthew Holt authored
-
- 19 Nov, 2016 3 commits
-
-
ericdreeves authored
-
Matt Holt authored
Sort the resulting slice before the comparison.
-
ericdreeves authored
-
- 18 Nov, 2016 2 commits
- 17 Nov, 2016 2 commits
-
-
Gyula Voros authored
* Filter empty headers Some web servers (e.g. Jetty 9.3) don’t like HTTP headers with empty values. This commit filters header replacements with zero length. * Extend tests to verify removal of empty headers * Handle add-header case * Change - Use short variable assignment
-
Mateusz Gajewski authored
* Make fastcgi load balanceable too * Address one more corner case - invalid configuration fastcgi / * After review fixes * Simplify conditions * Error message * New fastcgi syntax * golint will be happy * Change syntax
-
- 08 Nov, 2016 1 commit
-
-
Tw authored
proxy: record request Body for retry (fixes #1229)
-
- 04 Nov, 2016 2 commits
-
-
Benny Ng authored
-
Ngo The Trung authored
-
- 03 Nov, 2016 2 commits
-
-
Mateusz Gajewski authored
* Use http.Header * This initialization was just stupid
-
Matt Holt authored
proxy: make sure value is optional when removing a header
-