]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Correctly parse Range headers with multiple ranges
authorRuediger Pluem <rpluem@apache.org>
Thu, 2 Oct 2025 13:00:44 +0000 (13:00 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 2 Oct 2025 13:00:44 +0000 (13:00 +0000)
commit60ad836ff81839e22e508530522f0d4dbbe802cf
tree86c4eedddf18bb03257913938857cc1f2ae0c789
parent1afebbe6ae892268fb5f9b348022ad6598cd31d6
Correctly parse Range headers with multiple ranges

Correctly parse Range headers with multiple ranges that have
whitespaces around the comma separating the ranges from each other by
trimming the whitespace.

PR: 69831

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928901 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/pr69831.txt [new file with mode: 0644]
modules/http/byterange_filter.c