Jacek Caban (@jacek) commented about dlls/wininet/http.c:
return GetLastError(); if (!ReadFile(req->req_file->file_handle, buffer, size, &ret_read, NULL)) return GetLastError();
- } else if (req->content_pos > req->cache_size) {
req->invalid_state = TRUE;
Do we need a separate mechanism for that? Could we use `hdr->dwError` for this?