mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove Preferences::network_tls_ignore_unexpected_eof
(#35080)
This workaround was introduced to handle an issue with the WPT server, but it seems that it is no longer needed. This change removes the prefernce and the workarond code. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
9ceb957dd8
commit
2965b2fda7
3 changed files with 2 additions and 13 deletions
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"dom_webxr_test": true,
|
||||
"gfx_text_antialiasing_enabled": false,
|
||||
"network_tls_ignore_unexpected_eof": true
|
||||
"gfx_text_antialiasing_enabled": false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue