[Webkit-unassigned] [Bug 248994] Blob range request test failures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 21 05:49:05 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=248994

--- Comment #3 from Anne van Kesteren <annevk at annevk.nl> ---
I attempted writing a patch for this and found some more issues that also impact the specification. We need to clamp the range start and end values pro-actively, otherwise `Content-Range` cannot be set correctly. Too large start values should result in rejection. It's not useful to return the last byte.

The draft patch can be found at https://github.com/WebKit/WebKit/pull/11756. (Apologies for the poor formatting of the commit message. `git webkit pr` was not my friend.)

It also fixes bug 243403.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230321/029df258/attachment.htm>


More information about the webkit-unassigned mailing list