1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

fixups for remaining current warnings

Submitted by:	Chuck Murcko


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85563 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chuck Murcko
2000-06-13 06:17:47 +00:00
parent 54a3c92ce6
commit 54c34b3ea7
4 changed files with 10 additions and 14 deletions

View File

@@ -496,9 +496,8 @@ long int ap_proxy_send_fb(proxy_completion *completion, BUFF *f, request_rec *r,
int ok;
char buf[IOBUFSIZE];
long total_bytes_rcvd, in_buffer;
proxy_server_conf *conf = (proxy_server_conf *) ap_get_module_config(r->server->module_config, &proxy_module);
ap_ssize_t cntr;
register int n, o, w;
register int n, o;
conn_rec *con = r->connection;
int alternate_timeouts = 1; /* 1 if we alternate between soft & hard timeouts */
BUFF *cachefp = NULL;