You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fallback paths in BaseEventLoop._sock_sendfile_fallback and
_sendfile_fallback only seeked the file when offset was truthy, so an
offset of 0 was respected but later non-zero offsets were dropped when
the file lacked seek tracking. Seek whenever the file supports seek().
Also seek the CRT file pointer on Windows TransmitFile, which ignores
OVERLAPPED.Offset for handles not opened with FILE_FLAG_OVERLAPPED.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments