forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1647892 - Improve the reliability of test_double_submit.html, r=f…
…arre Unlike the previous implementation, this new version performs the waiting before sending response headers, meaning that it delays OnStartRequest rather than just delaying the response body. As the double-submission prevention currently only waits for OnStartRequest, this should improve the reliability of the test. Because the test no longer requires large amounts of data for delay purposes, it has also been simplified to not generate random large payloads anymore. Differential Revision: https://phabricator.services.mozilla.com/D141427
- Loading branch information
Showing
2 changed files
with
24 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters