mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
When someone connects to ZNC, this connection is first handled by an instance of CIncomingConnection. Once we determined if this is a HTTP or an IRC connection, the connection is handed of to the appropriate class. The CIncomingConnection instance that was used first will still linger around for the next event loop iteration and then be destroyed. Since this socket isn't a "real" connection anymore (another instance of Csock took over for this one), listsockets should ignore all sockets in state CLT_DEREFERENCE. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2213 726aef4b-f618-498e-8847-2d620e286838
6.2 KiB
6.2 KiB