]> granicus.if.org Git - apache/commit
Use apr_off_t for the content length, rather than long. Propagate through
authorGreg Stein <gstein@apache.org>
Tue, 7 Nov 2000 22:41:09 +0000 (22:41 +0000)
committerGreg Stein <gstein@apache.org>
Tue, 7 Nov 2000 22:41:09 +0000 (22:41 +0000)
commit754480fd2ddb225923f9778fe3c6ff62e6ff2653
treea5c8713b90e744a9491ff62c8ca9146a2d2ebef4
parentf076d872e450ef0cb807acf283e71e93dc6244de
Use apr_off_t for the content length, rather than long. Propagate through
the byterange handling and ap_set_content_length().

[ ap_each_byterange() remains as an apr_size_t* so we don't mess up callers ]

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