module HTTPClient::SocketWrap

def initialize(socket, *args)

def initialize(socket, *args)
  super(*args)
  @socket = socket
end