Method: Websy::HttpDecorator#finish

Defined in:
lib/websy/http_decorator.rb

#finishObject

Clean up the connection if needed.



61
62
63
# File 'lib/websy/http_decorator.rb', line 61

def finish
  @http.finish if @http.started?
end