Re: svn commit: r571879 - /httpd/httpd/trunk/modules/proxy/mod_proxy_connect.c

2007-09-02 Thread William A. Rowe, Jr.
Nick Kew wrote: ObPedant: 14:42:30 2007 @@ -113,8 +113,8 @@ /* we break the URL into host, port, uri */ if (APR_SUCCESS != apr_uri_parse_hostinfo(p, url, uri)) { -return ap_proxyerror(r, HTTP_BAD_REQUEST, - apr_pstrcat(p, URI cannot be parsed: , url, NULL));

Re: svn commit: r571879 - /httpd/httpd/trunk/modules/proxy/mod_proxy_connect.c

2007-09-01 Thread Nick Kew
On Sat, 01 Sep 2007 21:42:30 - [EMAIL PROTECTED] wrote: Author: jim Date: Sat Sep 1 14:42:30 2007 New Revision: 571879 URL: http://svn.apache.org/viewvc?rev=571879view=rev Log: Clean up nasty formatting ObPedant: 14:42:30 2007 @@ -113,8 +113,8 @@ /* we break the URL into