celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
596 stars 87 forks source link

Some cleanups #101

Closed Asmod4n closed 10 years ago

Asmod4n commented 10 years ago

It should be enough to rescue only Reel::SocketError instead of IOError, Errno::ECONNRESET and Errno::EPIPE, or?

coveralls commented 10 years ago

Coverage Status

Coverage decreased (-2.22%) when pulling dd025811720efbcb1d594c3b91be3e46592d0b20 on Asmod4n:patch-2 into 5ca565dfd8f96419ba0ae336ff07fb97ea2553fb on celluloid:master.

tarcieri commented 10 years ago

Yep, that's the goal: for Reel::SocketError to encapsulate all types of low-level I/O errors