summaryrefslogtreecommitdiffhomepage
path: root/caddyhttp/proxy/upstream.go
diff options
context:
space:
mode:
Diffstat (limited to 'caddyhttp/proxy/upstream.go')
-rw-r--r--caddyhttp/proxy/upstream.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/caddyhttp/proxy/upstream.go b/caddyhttp/proxy/upstream.go
index 882a0aeb0..8c186dcbe 100644
--- a/caddyhttp/proxy/upstream.go
+++ b/caddyhttp/proxy/upstream.go
@@ -36,8 +36,8 @@ import (
"crypto/tls"
- "github.com/mholt/caddy/caddyfile"
- "github.com/mholt/caddy/caddyhttp/httpserver"
+ "github.com/caddyserver/caddy/caddyfile"
+ "github.com/caddyserver/caddy/caddyhttp/httpserver"
)
var (
@@ -645,7 +645,7 @@ func (u *staticUpstream) healthCheck() {
return false
}
// TODO ReadAll will be replaced if deemed necessary
- // See https://github.com/mholt/caddy/pull/1691
+ // See https://github.com/caddyserver/caddy/pull/1691
buf, err := ioutil.ReadAll(r.Body)
if err != nil {
return true