]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix some RFC 2616 14.35.1 compliance issues:
authorStefan Fritsch <sf@apache.org>
Wed, 31 Aug 2011 22:37:32 +0000 (22:37 +0000)
committerStefan Fritsch <sf@apache.org>
Wed, 31 Aug 2011 22:37:32 +0000 (22:37 +0000)
commitda2c87459c32c0cabc17a4a887ebfbf7b2c3d60d
treea977d5f546865b9cd5b5937ce56c870f69b73cf1
parentc1e78e71e8ccb9000a2c4e6d6f7268c5f4f0c2be
Fix some RFC 2616 14.35.1 compliance issues:
- If there is at least one syntactically invalid byte-range-spec,
  we must ignore the whole header.
- If all ranges are unsatisfiable, send 416.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1163851 13f79535-47bb-0310-9956-ffa450edef68
modules/http/byterange_filter.c