class EventMachine::Connection

def stop_proxying

A helper method for {EventMachine.disable_proxy}
def stop_proxying
  EventMachine::disable_proxy(self)
end