git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84268
13f79535-47bb-0310-9956-
ffa450edef68
return total_bytes_sent;
}
+#ifdef USE_MMAP_FILES
+
/* The code writes MMAP_SEGMENT_SIZE bytes at a time. This is due to Apache's
* timeout model, which is a timeout per-write rather than a time for the
* entire transaction to complete. Essentially this should be small enough
SET_BYTES_SENT(r);
return total_bytes_sent;
}
+#endif /* USE_MMAP_FILES */
API_EXPORT(int) ap_rputc(int c, request_rec *r)
{