protonscr

winhttp cannot receive more than max signed int bytes plus last buffer size on a get request

protonclosed
ValveSoftware/Proton#7264 · opened 2023-11-18 by was421 · updated 2024-05-03 · 4 comments · github
1 matching comments, n / p to jump
Wwas421 2023-11-18 github

Tested: Proton Version 8.0-4

when pulling a large file (8gb) from S3 storage over a get request it fails at max int plus whatever the remaining buffer is, landing the total number of transferred bytes just over max signed int.

tests under windows do not result in the same outcome.

Iipr 2023-11-22 github

I think you should report this to Wine directly.

Hhansleidekker 2024-01-23 github

This should be fixed with upstream Wine commit 75b41873e630c4c3ffd85976eceaf33ceaf7640a.

Aalasky17 2024-03-15 github

The upstream wine commit shipped with Proton 9.0-beta. @was421 Could you please retest this and close this issue if it is resolved?

Kkisak-valve maintainer 2024-05-03 github

Closing pending feedback.

Proton versions