mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Size rigour.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84032 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -2012,7 +2012,7 @@ API_EXPORT(long) ap_send_fd_length(ap_file_t *fd, request_rec *r, long length)
|
||||
char buf[IOBUFSIZE];
|
||||
long total_bytes_sent = 0;
|
||||
register int w, o;
|
||||
int n;
|
||||
ap_ssize_t n;
|
||||
ap_status_t status;
|
||||
|
||||
if (length == 0)
|
||||
|
Reference in New Issue
Block a user