-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Labels
area-System.Net.Socketshelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorsin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Milestone
Description
Separated out of #41906
On Windows, the Socket.{Begin}SendFile API inherits the limitation of the Win32 TransmitFile function that constraints it to only being able to send int.MaxValue bytes; anything larger results in an error. This is not a regression, but we should consider supporting this by manually partitioning as the TransmitFile docs suggest. This already works on Linux and macOS.
Copilot
Metadata
Metadata
Assignees
Labels
area-System.Net.Socketshelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributorsin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged