]> granicus.if.org Git - apache/commit
Fix some byterange handling. If we get a byte range that looks like
authorRyan Bloom <rbb@apache.org>
Sun, 28 Jan 2001 04:07:03 +0000 (04:07 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 28 Jan 2001 04:07:03 +0000 (04:07 +0000)
commitf233072b5d29da65e2644d404e7f250303d88d7d
treeb3d87cb70dfd1a378fea583d557c4991be01b059
parentc8caf9a508aa7345cd76bb80370bbd900a00a7d1
Fix some byterange handling.  If we get a byte range that looks like
"-999999" where that is past the end of the file, we should return
a PARTIAL CONTENT status code, and return the whole file as one big
byterange.  This matches the 1.3 handling now.  [Ryan Bloom]

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