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

fix #40: httpsys crashes node.exe when serving static files #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gimelfarb
Copy link

Fixing an issue where httpsys native module crashes node.exe process with
Access Violation 0xc0000005, when responding to a request for a static
file (or any large response).

Also adding a unit test which replicates the issue, and tests that it is fixed.

Fixing an issue where httpsys native module crashes node.exe process with
Access Violation 0xc0000005, when responding to a request for a static
file (or any large response).
@gimelfarb
Copy link
Author

I have added the explanation of the fix in the comment for the issue #40 .

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

Successfully merging this pull request may close these issues.

1 participant