Make comment agree with code.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@820036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Earl Poirier
2009-09-29 17:27:56 +00:00
parent 42e280b1ae
commit e43f032844

View File

@ -59,7 +59,7 @@ static int proxy_ajp_canon(request_rec *r, char *url)
/*
* now parse path/search args, according to rfc1738:
* process the path. With proxy-noncanon set (by
* process the path. With proxy-nocanon set (by
* mod_proxy) we use the raw, unparsed uri
*/
if (apr_table_get(r->notes, "proxy-nocanon")) {