Don't catch unknown exceptions if we are only going to rethrow them.
[libt2n] / src / socket_server.cpp
index 7c6f244..35bb314 100644 (file)
@@ -277,8 +277,6 @@ bool socket_server::fill_connection_buffers()
             }
             catch (t2n_transfer_error &e)
                 { i->second->close(); }
-            catch(...)
-                { throw; }
         }
 
     return data_found;