Skip to content

Commit

Permalink
Merge eb4eecf into b573e0f
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Nov 10, 2019
2 parents b573e0f + eb4eecf commit cc93d07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/async/websocket/client.rb
Expand Up @@ -28,8 +28,6 @@

require 'async/http/client'

require 'irb'

module Async
module WebSocket
# This is a basic synchronous websocket client:
Expand Down
1 change: 0 additions & 1 deletion lib/async/websocket/connection.rb
Expand Up @@ -53,7 +53,6 @@ def close
super

if @response
require 'irb'; binding.irb
@response.finish
@response = nil
end
Expand Down

0 comments on commit cc93d07

Please sign in to comment.