Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIntermittent timeout in /XMLHttpRequest/send-entity-body-document.htm #15239
Comments
emilio
commented
Jan 26, 2017
|
I've looked at an rr recording of this. It appears that it's a timeout because there are enough confounding factors under heavy load; it has just completed one subtest when the harness timeout triggers. One annoyance is that with seven iframes, we first load seven about:blank documents, dispatch load events for them, notify the constellation, then disregard the notifications that they loaded because we've begun loading the actual documents instead. Then we get the network responses for each of those seven documents, parse them, run load events, notify the constellation, and then get a notification from the constellation that allows us to fire the load event for the first iframe. |
|
Is this the same issue?
|
|
@SimonSapin No, that's #13480. What led you to suspect this issue? |
|
I searched for "timeout" and "XMLHttpRequest". |