You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Greg Stein <gs...@lyra.org> on 2001/10/08 22:47:01 UTC

Re: cvs commit: httpd-2.0/modules/proxy mod_proxy.h proxy_ftp.c proxy_http.c proxy_util.c

On Mon, Oct 08, 2001 at 07:25:36PM -0000, ianh@apache.org wrote:
>...
>   +PROXY_DECLARE(int) ap_proxy_pre_http_connection(conn_rec *c)
>    {
>   +//    ap_add_input_filter("HTTP_IN", NULL, r, c);

No C++ comments, please.


Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

Re: cvs commit: httpd-2.0/modules/proxy mod_proxy.h proxy_ftp.c proxy_http.c proxy_util.c

Posted by Ian Holsman <ia...@apache.org>.
On Mon, 08 Oct 2001 14:15:46 -0700, Greg Stein wrote:

> On Mon, Oct 08, 2001 at 07:25:36PM -0000, ianh@apache.org wrote:
>>...
>>   +PROXY_DECLARE(int) ap_proxy_pre_http_connection(conn_rec *c)
>>    {
>>   +//    ap_add_input_filter("HTTP_IN", NULL, r, c);
> 
> No C++ comments, please.
> 
Sorry...
that shouldn't have been in there at all.
> 
> Cheers,
> -g
>