Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding Content-Length and download of large files. Is this still an issue? #86

Open
bluespidernav opened this issue Nov 21, 2019 · 1 comment

Comments

@bluespidernav
Copy link

I added comments to an issue reported earlier this year.
tjanczuk#670

SUMMARY
Essentially when using iisnode (tjanczuk branch latest) with express and download of a large file in excess of 4Gb the download will fail when content output so far exceeds Content-Length modulo 4Gb (eg the remainder - implying somewhere internally a 32 bit value (too small) holds the anticipated content length). Not only does it fail but worse still w3wp.exe then permanently locks up CPU on one additional core each time this failure occurs leading to intimate total failure.

QUESTION
Does anybody know if this issue still present in the azure branch?
Is anyone aware of the problem or able to comment on it?

Cheers

@bencsr
Copy link

bencsr commented Oct 31, 2023

I can confirm this issue still exists in the latest version. Any new regarding the fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants