Skip to content

Instantly share code, notes, and snippets.

@amazedkoumei
Created July 21, 2013 14:27
Show Gist options
  • Save amazedkoumei/6048721 to your computer and use it in GitHub Desktop.
Save amazedkoumei/6048721 to your computer and use it in GitHub Desktop.
query = BW::HTTP.get("http://example.com")
@connection = query.connection
unless @connection.nil?
# これ!
@connection.cancel()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment