mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
The http-test-server.py change allows repeated fixed /echo route registration by Text/input/navigation/iframe-referrer-policy.html. Before this change, the second registration of the same method+path+def returned 409, causing include.js to throw and fail the test. Make /echo registration idempotent for identical definitions and return success, but keep 409 for conflicting redefinitions of an existing method+path.