]> 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)
commit7ccd0d2605827f076f4f72a9593802d58f2e151c
tree65ca5560a0535216e05a7ab973b823538acdecad
parent6c14dd3c7409209475f6cd48e23af38e97a0e7b6
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