Fix api changes
This commit is contained in:
parent
d0adceec59
commit
adcda62197
@ -50,6 +50,10 @@ func (h *httpStream) Request() client.Request {
|
|||||||
return h.request
|
return h.request
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (h *httpStream) Response() client.Response {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
||||||
func (h *httpStream) Send(msg interface{}) error {
|
func (h *httpStream) Send(msg interface{}) error {
|
||||||
h.Lock()
|
h.Lock()
|
||||||
defer h.Unlock()
|
defer h.Unlock()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user