mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
Our HTTP test server supports a limited amount of byte range request formats. The format we were using was incorrect, causing the server to fail an assertion. We now ensure the response body is piped as expected to catch issues like this in the future.