Skip to content

Commit

Permalink
Increase restart reliability by handling more socket errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dlowe-net committed Apr 25, 2012
1 parent 0920f43 commit 109114b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
(main-event-loop conn)))
(iolib:hangup ()
nil)
(iolib:socket-connection-refused-error ()
(iolib:socket-error ()
nil)
(sb-int:simple-stream-error ()
nil)
Expand Down

0 comments on commit 109114b

Please sign in to comment.