Find a file
Sönke Ludwig 3a6583b375 Explictly avoid double-resumption of tasks during Libevent2TCPConnection.close().
The previous fix for #1376 resulted in a possible task starvation when the peer reset the connection before the outbound buffer was drained. The new approach now always resumes the waiting task exactly once, no matter how many events happen and no matter in which order.

(cherry picked from commit 350130a2b05cfbf12764ffaa6a86403eacf172d9)
2016-04-10 14:40:38 +02:00
examples/bench-dummy-http-server Initial commit. 2016-03-01 20:30:42 +01:00
source/vibe Explictly avoid double-resumption of tasks during Libevent2TCPConnection.close(). 2016-04-10 14:40:38 +02:00
.gitignore Initial commit. 2016-03-01 20:30:42 +01:00
dub.sdl Initial commit. 2016-03-01 20:30:42 +01:00
dub.selections.json Initial commit. 2016-03-01 20:30:42 +01:00