]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
If large file support is enabled allow the file to be split into AP_MAX_SENDFILE...
authorBradley Nicholes <bnicholes@apache.org>
Thu, 8 Jan 2004 17:50:03 +0000 (17:50 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Thu, 8 Jan 2004 17:50:03 +0000 (17:50 +0000)
commitc23440444540d7e01faa1f10562445593fe81d85
tree88c301f3e682fa1fadcd8af1578753c44cefb4f0
parent223c481ae9f49432a6fed02ffbb93d5b5b639d79
If large file support is enabled allow the file to be split into AP_MAX_SENDFILE sized buckets.  Otherwise Apache will be unable to send files larger than 2 gig due to signed 32-bit limitations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102231 13f79535-47bb-0310-9956-ffa450edef68
server/core.c