Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-65920: Implementsocket.sendfile
withTransmitFile
on Windows#112337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
socket.sendfile
withTransmitFile
on WindowsMisc/NEWS.d/next/Windows/2023-11-23-22-25-16.gh-issue-65920.6wWsHN.rst OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
…WsHN.rstCo-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Uh oh!
There was an error while loading.Please reload this page.
Hi@eryksun , sorry to bother you, but can you help me review this PR when you have time? Thanks very much! |
Archmonger commentedMay 21, 2025
Bumping this PR. The community (and myself)seem to feel it is very disjointed that |
Uh oh!
There was an error while loading.Please reload this page.
Overlapped.TransmitFile
in_overlapped
module to implementsocket.sendfile
;Overlapped.getresultex
to implement the timeout functionality, which have almost the same codes as existsOverlapped.getresult
, just with diffenernt arguments. I split theOverlapped.getresult
in to another function to share the codes.And some thought on
os.sendfile
:#102898 (comment)