Commit 64e17ee4 authored by Garrett Rooney's avatar Garrett Rooney
Browse files

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
parent f54f030d
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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);