Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
remove call to Socket#shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasb authored and halogenandtoast committed Oct 14, 2011
1 parent 6a4143c commit 229a20e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/browser_spec.rb
Expand Up @@ -141,8 +141,6 @@

after do
@proxy.kill
# workaround for ENOTCONN error triggered by `shutdown` on some platforms
@server.shutdown rescue Errno::ENOTCONN nil
@server.close
end

Expand Down

0 comments on commit 229a20e

Please sign in to comment.