diff --git a/transport/http_transport.go b/transport/http_transport.go index 079f12ec..818033bc 100644 --- a/transport/http_transport.go +++ b/transport/http_transport.go @@ -148,7 +148,6 @@ func (h *httpTransportSocket) Send(m *Message) error { } func (h *httpTransportSocket) Close() error { - // TODO: fix this return h.conn.Close() }