0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/caddyhttp/proxy
Francis Lavoie 33257de2e8 proxy: Fix #1574; health check now respects hostname when upstream Host header is configured (#1577)
* Implement adding Host header to health check

* Fix type problems

* Fix duplicate function, Replace args

* Add debugging

* Add debugging

* Add debugging

* Add debugging

* Attempt to set req.Host instead of the header

* Clean up debugging

* Fix missing newline

* Fix spelling

* Add test, refactoring

* Fix with gofmt

* Add error check on NewRequest
2017-04-17 09:58:47 -06:00
..
body.go proxy: record request Body for retry (fixes #1229) 2016-11-04 19:15:36 +08:00
body_test.go proxy: record request Body for retry (fixes #1229) 2016-11-04 19:15:36 +08:00
policy.go proxy: Add the first policy (#1513) 2017-03-14 09:57:08 -06:00
policy_test.go proxy: Add the first policy (#1513) 2017-03-14 09:57:08 -06:00
proxy.go proxy: Cleanly shutdown health checks on restart (#1524) 2017-04-02 14:58:15 -06:00
proxy_test.go proxy: Fix #1574; health check now respects hostname when upstream Host header is configured (#1577) 2017-04-17 09:58:47 -06:00
reverseproxy.go proxy: Fixed #1484, websockets with h2 disabled (#1488) 2017-03-10 10:41:37 -07:00
setup.go proxy: Fix #1574; health check now respects hostname when upstream Host header is configured (#1577) 2017-04-17 09:58:47 -06:00
setup_test.go proxy: make value is optional when removing a header 2016-11-03 22:50:51 +00:00
upstream.go proxy: Fix #1574; health check now respects hostname when upstream Host header is configured (#1577) 2017-04-17 09:58:47 -06:00
upstream_test.go proxy: Fix #1574; health check now respects hostname when upstream Host header is configured (#1577) 2017-04-17 09:58:47 -06:00