|
@@ -34,7 +34,7 @@ import (
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
var (
|
|
var (
|
|
|
- plog = capnslog.NewPackageLogger("github.com/coreos/etcd", "proxy")
|
|
|
|
|
|
|
+ plog = capnslog.NewPackageLogger("github.com/coreos/etcd/proxy", "httpproxy")
|
|
|
|
|
|
|
|
// Hop-by-hop headers. These are removed when sent to the backend.
|
|
// Hop-by-hop headers. These are removed when sent to the backend.
|
|
|
// http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html
|
|
// http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html
|