Closed Asmod4n closed 11 years ago
It should be enough to rescue only Reel::SocketError instead of IOError, Errno::ECONNRESET and Errno::EPIPE, or?
Coverage decreased (-2.22%) when pulling dd025811720efbcb1d594c3b91be3e46592d0b20 on Asmod4n:patch-2 into 5ca565dfd8f96419ba0ae336ff07fb97ea2553fb on celluloid:master.
Yep, that's the goal: for Reel::SocketError to encapsulate all types of low-level I/O errors
It should be enough to rescue only Reel::SocketError instead of IOError, Errno::ECONNRESET and Errno::EPIPE, or?