From 8cdc2b5f82d807ae733cf2130132f3eb1841c96c Mon Sep 17 00:00:00 2001 From: Asim Date: Mon, 1 Jun 2015 18:55:53 +0100 Subject: [PATCH] Not a todo --- transport/http_transport.go | 1 - 1 file changed, 1 deletion(-) 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() }