mirror of
https://github.com/apache/httpd.git
synced 2025-11-05 05:30:39 +03:00
Fix typo in previous commit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105112 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -3683,9 +3683,9 @@ static int default_handler(request_rec *r)
|
||||
bb = apr_brigade_create(r->pool, c->bucket_alloc);
|
||||
|
||||
/* For platforms where the size of the file may be larger than
|
||||
* that which can be stored in a single bucket (whether the
|
||||
* that which can be stored in a single bucket (where the
|
||||
* length field is an apr_size_t), split it into several
|
||||
* buckets */
|
||||
* buckets: */
|
||||
if (sizeof(apr_off_t) > sizeof(apr_size_t)
|
||||
&& r->finfo.size > AP_MAX_SENDFILE) {
|
||||
apr_off_t fsize = r->finfo.size;
|
||||
|
||||
Reference in New Issue
Block a user