module HTTPClient::SocketWrap

def read(size, buf = nil)

def read(size, buf = nil)
  @socket.read(size, buf)
end