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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user