]> git.saurik.com Git - wxWidgets.git/commit
Fix wxHTTPStream::Eof() to return true for empty HTTP resources.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Jan 2010 01:00:03 +0000 (01:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Jan 2010 01:00:03 +0000 (01:00 +0000)
commit330ca4d434414ab78d490a632c2f198bebbe3f3b
tree897c6cf6972140fe4c56973b2d58b99c61f43395
parent9677a8f01734bddbf5597affab27504bc4569f0f
Fix wxHTTPStream::Eof() to return true for empty HTTP resources.

Eof() never returned true when attempting to read an empty resource before.

Closes #11596.

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