]> granicus.if.org Git - apache/commitdiff
Update an old comment.
authorGarrett Rooney <rooneg@apache.org>
Mon, 23 Jan 2006 01:17:40 +0000 (01:17 +0000)
committerGarrett Rooney <rooneg@apache.org>
Mon, 23 Jan 2006 01:17:40 +0000 (01:17 +0000)
* 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

modules/proxy/mod_proxy_fcgi.c

index f88d8701fb2fd078a84a3b392a7b5fa06f3b72e7..a62cdfb00cd4fd0c4185e61ba615196e83816a25 100644 (file)
@@ -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);