1
0
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:
Ben Laurie
1999-10-24 19:24:13 +00:00
parent df37d04f04
commit 9030edb03b
6 changed files with 13 additions and 11 deletions

View File

@@ -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)