]> git.sesse.net Git - cubemap/commit
Fix an issue where clients would be put twice into sleeping_clients (probably since...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 7 Apr 2013 20:06:24 +0000 (22:06 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 7 Apr 2013 20:06:24 +0000 (22:06 +0200)
commitf3ed48479f9209e708cd17698dc9e778e07284cd
tree4cb432886756f379f929e525d39e5f54174170f4
parent43be6b6e71a38923e923f33daa1fd1172bcdd539
Fix an issue where clients would be put twice into sleeping_clients (probably since the EPOLLOUT trigger would go off once unexpectedly), causing a chain reaction where we did tons of empty write() calls.
server.cpp