]> granicus.if.org Git - apache/commitdiff
Private function doesn't need ap_ prefix.
authorTakashi Sato <takashi@apache.org>
Tue, 10 Jun 2014 11:08:43 +0000 (11:08 +0000)
committerTakashi Sato <takashi@apache.org>
Tue, 10 Jun 2014 11:08:43 +0000 (11:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1601603 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_wstunnel.c

index fb274fc7f8479b4b51bbd12a0f0a83bd805190bc..398b60f962b87b31ed9a8278d82530fd20bc0931 100644 (file)
@@ -333,7 +333,7 @@ static void remove_reqtimeout(ap_filter_t *next)
 /*
  * process the request and write the response.
  */
-static int ap_proxy_wstunnel_request(apr_pool_t *p, request_rec *r,
+static int proxy_wstunnel_request(apr_pool_t *p, request_rec *r,
                                 proxy_conn_rec *conn,
                                 proxy_worker *worker,
                                 proxy_server_conf *conf,
@@ -538,7 +538,7 @@ static int proxy_wstunnel_handler(request_rec *r, proxy_worker *worker,
         backend->close = 1; /* must be after ap_proxy_determine_connection */
 
         /* Step Three: Process the Request */
-        status = ap_proxy_wstunnel_request(p, r, backend, worker, conf, uri, locurl,
+        status = proxy_wstunnel_request(p, r, backend, worker, conf, uri, locurl,
                                       server_portstr, scheme);
         break;
     }