mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
When the async parser thread finds a `<meta charset>` tag then it asks the main thread whether parsing should restart. The main thread wasn't responding, so the parser got stuck. Part of https://github.com/servo/servo/issues/37418 Testing: This change adds a test --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>