]> git.saurik.com Git - wxWidgets.git/commit
fix a bug in EventWorker::DoRead(): if both signature and the size of the incoming...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 1 Jan 2009 23:56:52 +0000 (23:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 1 Jan 2009 23:56:52 +0000 (23:56 +0000)
commit0f359e5ccf10506edb4f0f98468db962a8e4fd79
treea2ad8485466aa57769a4028c1364fbeb67fc2129
parentc3bcb48f26d6762cef1d40790df60affcea93666
fix a bug in EventWorker::DoRead(): if both signature and the size of the incoming data were not received during the same read, the signature byte was lost and overwritten by size during the next read

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/sockets/baseserver.cpp