stoddard 99/11/02 06:34:36
Modified: src/main http_protocol.c
Log:
Delete useless code...
Revision Changes Path
1.34 +1 -1 apache-2.0/src/main/http_protocol.c
Index: http_protocol.c
===================================================================
RCS file: /home/cvs/apache-2.0/src/main/http_protocol.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- http_protocol.c 1999/11/02 14:30:19 1.33
+++ http_protocol.c 1999/11/02 14:34:32 1.34
@@ -2008,7 +2008,7 @@
*/
API_EXPORT(long) ap_send_fd(ap_file_t *fd, request_rec *r)
{
- ap_ssize_t len = r->finfo.st_size;
+ long len;
#ifdef HAVE_SENDFILE
ap_bflush(r->connection->client);
if (ap_get_filesize(&len, fd) != APR_SUCCESS) {