Not a todo

This commit is contained in:
Asim 2015-06-01 18:55:53 +01:00
parent 09c784d294
commit 8cdc2b5f82

View File

@ -148,7 +148,6 @@ func (h *httpTransportSocket) Send(m *Message) error {
} }
func (h *httpTransportSocket) Close() error { func (h *httpTransportSocket) Close() error {
// TODO: fix this
return h.conn.Close() return h.conn.Close()
} }