39
40
41
42
43
44
45
|
# File 'lib/wildcloud/router/client.rb', line 39
def unbind
@parser = nil
@stop_time = Time.now
Router.monitor.request(@target, @stop_time - @proxy.start_time, @inbound, @outbound)
@closed = true
@proxy.close_connection(true) if @proxy and !@proxy.closed?
end
|