Re: [PATCH v2 0/2] MR9369: wininet: Return correct errors and put handle into invalid state when seeking beyond end of file.
5 Nov
2025
5 Nov
'25
3:17 p.m.
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? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9369#note_120864
40
Age (days ago)
40
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban (@jacek)