caddy/caddyhttp/proxy
Josh Harmon 8bc7b93bc8 proxy: Fix CI fail from format token in Error call
go vet caused a build fail in https://travis-ci.org/mholt/caddy/jobs/248392875:
   upstream_test.go:480::error: possible formatting directive in Error call (vet)

This patch changes the Error call added in commit 078c991574 to
an Errorf call to support the use of the %d token.
2017-07-04 23:03:59 -07:00
..
body_test.go proxy: record request Body for retry (fixes #1229) 2016-11-04 19:15:36 +08:00
body.go proxy: record request Body for retry (fixes #1229) 2016-11-04 19:15:36 +08:00
policy_test.go proxy: Add new URI hashing load balancing policy (#1679) 2017-05-17 10:46:57 -06:00
policy.go proxy: Add new URI hashing load balancing policy (#1679) 2017-05-17 10:46:57 -06:00
proxy_test.go proxy: Fixed #1502: Proxying of unannounced trailers (#1588) 2017-05-13 10:08:33 -06:00
proxy.go Fix lint warning by renaming MaxBytesExceededErr -> ErrMaxBytesExceeded (#1676) 2017-05-17 09:57:11 -06:00
reverseproxy.go Allow duplicate Server headers when proxying response 2017-06-27 12:11:03 -06:00
setup_test.go proxy: make value is optional when removing a header 2016-11-03 22:50:51 +00: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
upstream_test.go proxy: Fix CI fail from format token in Error call 2017-07-04 23:03:59 -07:00
upstream.go proxy: custom upstream health check by body string, closes #324 (#1691) 2017-06-28 15:54:29 -06:00