class RorVsWild::Client

def release_connection(http)

def release_connection(http)
  @mutex.synchronize { @connections.push(http) } if http
end