update breaks

This commit is contained in:
Asim Aslam
2019-01-10 22:12:43 +00:00
committed by Vasiliy Tolstov
parent b8105ba4d1
commit d0adceec59
3 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ func (h *httpStream) Send(msg interface{}) error {
URL: &url.URL{
Scheme: "http",
Host: h.address,
Path: h.request.Method(),
Path: h.request.Endpoint(),
},
Header: h.header,
Body: buf,