]> granicus.if.org Git - apache/commit
a couple of fixes for byte ranges:
authorJeff Trawick <trawick@apache.org>
Tue, 31 Oct 2000 19:59:09 +0000 (19:59 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 31 Oct 2000 19:59:09 +0000 (19:59 +0000)
commit3c464f23e1f0950cc320c9bf3e142a412b9ca48d
tree65ca5560a0535216e05a7ab973b823538acdecad
parent6dc2d55666864d625207446ac88450cf2b8b8820
a couple of fixes for byte ranges:
. use %qx format instead of %llx for 64-bit integer (apr_time_t);
  %llx prints as "%llx"
. pass offset and length to ap_bucket_create_mmap() so that byte
  ranges work with mmaps (at least for a single range)

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