mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
When e.g. imapauth started handling a login from WebMods it opened a new TCP connection etc. This took time, but WebMods didn't actually wait for the login to finish which caused the login to fail later on since the HTTP socket was already destroyed. This fixes it by letting the HTTP sock just hang. Once the login finishes, CHTTPSock::Redirect() is called to let it come back to life again. Thanks to DarthGandalf for finding this issue. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1834 726aef4b-f618-498e-8847-2d620e286838
19 KiB
19 KiB