Fix api changes

This commit is contained in:
Asim Aslam 2019-01-14 21:32:12 +00:00 committed by Vasiliy Tolstov
parent d0adceec59
commit adcda62197

View File

@ -50,6 +50,10 @@ func (h *httpStream) Request() client.Request {
return h.request
}
func (h *httpStream) Response() client.Response {
return nil
}
func (h *httpStream) Send(msg interface{}) error {
h.Lock()
defer h.Unlock()