Use wxSOCKET_WAITALL in wxHTTP to ensure that all data is sent.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Aug 2012 20:22:40 +0000 (20:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Aug 2012 20:22:40 +0000 (20:22 +0000)
commitd15e514e8464eda142ae5cbaada3e2fa37afe8a9
treef25c21ee68b598420047ce60add423c647ce3f6e
parent8421cb3c7cab3017fd991ee628126813ee2d794a
Use wxSOCKET_WAITALL in wxHTTP to ensure that all data is sent.

POST-ing sufficiently big amounts of data in wxHTTP didn't work because it
couldn't be sent all at once to the server. Use wxSOCKET_WAITALL to ensure
that we do send all of the data.

Closes #14598.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/common/http.cpp