Skip to content

Commit

Permalink
adds a host header to GET and DELETE requests for etcd namerd storage (
Browse files Browse the repository at this point in the history
…linkerd#1702)


* adds proper host header params for POST, PUT and GET requests
  • Loading branch information
dadjeibaah authored Nov 20, 2017
1 parent 29af9c5 commit 7c2ca13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etcd/src/main/scala/io/buoyant/etcd/Etcd.scala
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ object Etcd {
case _ =>
val req = Request(path.show, params: _*)
req.method = method
req.host = "host"
req
}
}
Expand Down

0 comments on commit 7c2ca13

Please sign in to comment.