From 9754372d5e4125bf5850d9cd3ae93d529efdef8d Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sat, 21 Dec 2013 18:32:27 -0800 Subject: Preliminary WebSocket protocol support. --- src/Socket.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Socket.cc') diff --git a/src/Socket.cc b/src/Socket.cc index 7673c45..66dae18 100644 --- a/src/Socket.cc +++ b/src/Socket.cc @@ -522,6 +522,7 @@ Balau::IO Balau::Socket::accept() throw (GeneralException) { Task::operationYield(m_evtR, Task::INTERRUPTIBLE); } else { String msg = getErrorMessage(); + m_evtR->stop(); throw GeneralException(String("Unexpected error accepting a connection: #") + errno + "(" + msg + ")"); } } else { -- cgit v1.2.3