add the various updates for proxy in http client/server

This commit is contained in:
Asim Aslam
2019-11-22 22:09:18 +00:00
committed by Vasiliy Tolstov
parent da340f01bc
commit ce4c0458bc
2 changed files with 62 additions and 6 deletions

View File

@@ -73,6 +73,9 @@ func TestHTTPClient(t *testing.T) {
{
Id: "test.service.1",
Address: l.Addr().String(),
Metadata: map[string]string{
"protocol": "http",
},
},
},
}); err != nil {
@@ -229,6 +232,9 @@ func TestHTTPClientStream(t *testing.T) {
{
Id: "test.service.1",
Address: l.Addr().String(),
Metadata: map[string]string{
"protocol": "http",
},
},
},
}); err != nil {