Jacek Caban (@jacek) commented about dlls/wininet/http.c:
{ if (!(req->read_size -= count)) req->read_pos = 0; else req->read_pos += count;
- req->contentPos += count;
This doesn't look right, `remove_data()` is used for reading headers that are not part of content.