Commit 84f345f
authored
Fix Firefox preferences to let WebSockets have a carefree childhood (#1299)
Disable FF's implementation of RFC 6455 (WebSockets) section 7.2.3 (backoff when
recovering from abnormal closure):
https://www.rfc-editor.org/rfc/rfc6455.html#section-7.2.3
While this is a good thing in the wild, during testing we want to test the
driver and not the browser, so it should get out of the way. Further, the tests
often expect/enforce failures and we don't want those tests to pollute the
environment for following tests.
While at it, also bump the browser's WS limit so that we hit the driver's max
pool size before ever hitting the browser's limit.
See also: https://bugzilla.mozilla.org/show_bug.cgi?id=7117931 parent 1859728 commit 84f345f
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
0 commit comments