corrected error code for http responses with no content-length indicated (from READ_E...
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 2 Sep 2005 17:30:31 +0000 (17:30 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 2 Sep 2005 17:30:31 +0000 (17:30 +0000)
commit8b6b8e21a40856edb0be2daa851a6a226b7afb75
tree9245327aaf98a26be2c3a034d9c2bc3288c01669
parentdec531b232661311e4d62cd7cd822db67c7be950
corrected error code for http responses with no content-length indicated (from READ_ERROR to EOF) so that clients of streams can rely on getting EOF or NO_ERROR when everything is ok

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