You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens about 25 % of the time. When the response is successful everything looks exactly the same except in the browser net log I see 200 ... and 1708 bytes received.
The problem is NOT browser specific. I have tried the same scenario using poltergeist, with the same results.
It would be very difficult to get this into an isolated test case that I could share, but I would be happy to add logging to evma_httpserver, if I could have some clues WHAT to investigate. Also would be happy to set up a co-debug session on cloud9.
The text was updated successfully, but these errors were encountered:
Turns out this was a problem inside of puffing billy. BUT in case anybody cares the problem was that the Content-Length header was being supplied, but had a different value than the actual Content-Length. Not sure whether this broke evma_httpserver, EM, or both firefox/poltergeist, but at any rate simply removing the Content-Length header (and I guess letting evma_httpserver compute it) fixed the problem.
The puffing billy gem is using evma_httpserver to simulate responses to javascript clients.
Intermittently a response is not getting back to the browser.
The puffing billy code (monkey patched to provide logging looks like this:)
In the resulting log I see this:
but the browser log looks like this:
This happens about 25 % of the time. When the response is successful everything looks exactly the same except in the browser net log I see 200 ... and 1708 bytes received.
The problem is NOT browser specific. I have tried the same scenario using poltergeist, with the same results.
It would be very difficult to get this into an isolated test case that I could share, but I would be happy to add logging to evma_httpserver, if I could have some clues WHAT to investigate. Also would be happy to set up a co-debug session on cloud9.
The text was updated successfully, but these errors were encountered: