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
refs #176
  • Loading branch information
niklasb authored and halogenandtoast committed Oct 14, 2011
1 parent a0d4a21 commit d59e36b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/browser_spec.rb
Expand Up @@ -68,8 +68,6 @@

after do
@server_thread.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 d59e36b

Please sign in to comment.