mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
When webadmin "grabs" HTTP connections from the IRC port, it moves the underlying connection to its own socket class and copies all of the settings from the old socket to this new one. One of the properties that is copied is the MaxBufferThreshold which is 1024 for IRC sockets, but which should be 10240 webadmin sockets (CSocket::CSocket()). This could theoretically cause bugs like the "blank page in firefox" reported by kaiz0ku. Anyway, this is hopefully fixed by setting the 10k MaxBufferThreshold again. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1617 726aef4b-f618-498e-8847-2d620e286838
32 KiB
32 KiB