-
Notifications
You must be signed in to change notification settings - Fork 582
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
IISNode responds with HTTP500.1013 after subsequent requests with long processing time (around > 5 seconds) #610
Comments
Did you by any chance manage to find a solution for this? been getting this error for quite a while Also , how does one get to find the IISNode version via cmd/powershell? |
Still waiting for someone (@tjanczuk ) to respond. No idea how to fix this still. Sorry :( |
Found a fix! Updating version of node to 8.9.4 seems to do the trick for me. |
I'm getting something similar on 8.11.1 ... seemingly random HTTP500.1013 errors. Much more rare than your example shows however, and very difficult to reproduce. |
We are also seeing it on node: v10.14.1. As mentioned by @srowan we also get it quite rarely - around ~1/1000 requests. Additional notes: |
@abondoa Did you or anyone else ever find a fix for this? We noticed a very similar thing with logging. |
@abondoa Did you find a solution for the problem? |
@afuller611-animas @gregogalante I ended up setting the keepAliveTimeout to 0, which essentially turns off the keep-alive timeout (might not be recommended in all cases). The cause of it is described in nodejs/node#13391 |
Repro Steps
Using Azure AppService with Node v8.0.0, IISNode v0.2.21
Using default settings in IISNode, Web.config. No iisnode.yml
Producer (server.js)
Consumer (tester.py)
Output
The text was updated successfully, but these errors were encountered: