Ticket #11596 (closed defect: fixed)
Empty input streams from wxHTTP never EOF
| Reported by: | nielsm | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9.1 |
| Component: | network | Version: | 2.8.10 |
| Keywords: | wxHTTP wxInputStream | Cc: | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
wxHTTP http; http.Connect(servername); wxInputStream *stream = http.GetInputStream(path);
If the resource at path on the server is zero bytes, then stream->Eof() will never return true.
Tested on 2.8.10.
Change History
Note: See
TracTickets for help on using
tickets.
