mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Lessen pressure on the thread-local RNG
When loading HTTP requests, initialise the request ID only if devtools are used, to lessen the pressure put on the RNG initialisation. This tentatively fixes #11100 on OS X.
This commit is contained in:
parent
cb01d37338
commit
6cc862d0c6
3 changed files with 16 additions and 12 deletions
|
@ -1,7 +1,5 @@
|
|||
[reflection-embedded.html]
|
||||
type: testharness
|
||||
disabled:
|
||||
if os == "mac": https://github.com/servo/servo/issues/11100
|
||||
[img.dir: typeof IDL attribute]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue