class Excon::Connection

def sockets

def sockets
  Thread.current[:_excon_sockets] ||= {}
end