]> git.sesse.net Git - casparcg/commit
[AsyncEventServer] Fixed bug where server expected to be the one closing the socket...
authorHelge Norberg <helge.norberg@svt.se>
Tue, 4 Apr 2017 15:21:29 +0000 (17:21 +0200)
committerHelge Norberg <helge.norberg@svt.se>
Tue, 4 Apr 2017 15:21:29 +0000 (17:21 +0200)
commit7f606328a16a14e6e1190a440caa2cb2e619127b
tree807c37051c360ca06e5e0d543592a3e4e3bb1891
parentaa6b89700131a0fd5245f0165a5c630d7c7a69f8
[AsyncEventServer] Fixed bug where server expected to be the one closing the socket after a BYE command, when in fact the client might just as well be the one that closes first.
protocol/util/AsyncEventServer.cpp