Requests are making it to my app server, but not into node.js -- why?
- by Zane Claes
I detailed in this question on StackOverflow how some random requests are not making it from the client to my Node.js app server, resulting in a gateway timeout. In summary, identical requests are, at random, not even making it far enough to trigger a console.log() in my first line of express middleware.
I need to narrow down the problem, though,…