From: Garrett Rooney Date: Mon, 23 Jan 2006 01:17:40 +0000 (+0000) Subject: Update an old comment. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fee8affb5299a572edc2819dd074e3c47990a19d;p=thirdparty%2Fapache%2Fhttpd.git Update an old comment. * modules/proxy/mod_proxy_fcgi.c (proxy_fcgi_handler): Stop describing the old URL style, remove a stray empty line. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fcgi-proxy-dev@371431 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy_fcgi.c b/modules/proxy/mod_proxy_fcgi.c index f88d8701fb2..a62cdfb00cd 100644 --- a/modules/proxy/mod_proxy_fcgi.c +++ b/modules/proxy/mod_proxy_fcgi.c @@ -781,7 +781,7 @@ static int fcgi_do_request(apr_pool_t *p, request_rec *r, #define FCGI_SCHEME "FCGI" /* - * This handles fcgi:(type):(dest) URLs + * This handles fcgi:(dest) URLs */ static int proxy_fcgi_handler(request_rec *r, proxy_worker *worker, proxy_server_conf *conf, @@ -800,7 +800,6 @@ static int proxy_fcgi_handler(request_rec *r, proxy_worker *worker, apr_uri_t *uri = apr_palloc(r->pool, sizeof(*uri)); - ap_log_error(APLOG_MARK, APLOG_ERR, 0, r->server, "proxy: FCGI: url: %s proxyname: %s proxyport: %d", url, proxyname, proxyport);