Re: svn commit: r1203859 [2/2] - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c ...

2011-12-05 Thread Jim Jagielski
Thx! On Dec 4, 2011, at 10:27 AM, Rainer Jung wrote: > On 04.12.2011 15:38, Jim Jagielski wrote: >> >> On Dec 1, 2011, at 8:35 PM, Gregg L. Smith wrote: @@ -551,7 +546,7 @@ static int scgi_handler(request_rec *r, cleanup: if (backend) { backend->close = 1; /* al

Re: svn commit: r1203859 [2/2] - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c ...

2011-12-04 Thread Rainer Jung
On 04.12.2011 15:38, Jim Jagielski wrote: On Dec 1, 2011, at 8:35 PM, Gregg L. Smith wrote: @@ -551,7 +546,7 @@ static int scgi_handler(request_rec *r, cleanup: if (backend) { backend->close = 1; /* always close the socket */ -ap_proxy_release_connection(PROXY_FUNCTION

Re: svn commit: r1203859 [2/2] - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c ...

2011-12-04 Thread Jim Jagielski
On Dec 1, 2011, at 8:35 PM, Gregg L. Smith wrote: >> @@ -551,7 +546,7 @@ static int scgi_handler(request_rec *r, >> cleanup: >> if (backend) { >> backend->close = 1; /* always close the socket */ >> -ap_proxy_release_connection(PROXY_FUNCTION, backend, r->server); >> +

Re: svn commit: r1203859 [2/2] - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c ...

2011-12-02 Thread Sagar Chanana
fuck off and delete my email from your list...I have tried many times..You are bullshit !! 2011/12/2 Igor Galić > > > > While googling why one of my compilers would error out on this, it > > revealed that the __FUNCTION__ macro is C99 and not ANSI nor C89, and > > for now westillwant to support

Re: svn commit: r1203859 [2/2] - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c ...

2011-12-02 Thread Igor Galić
> While googling why one of my compilers would error out on this, it > revealed that the __FUNCTION__ macro is C99 and not ANSI nor C89, and > for now westillwant to support C89 AFAIK. I do not remember a > go-ahead > with C99 code. Did I miss that? Unfortunately, you didn't miss it. > Cheers,

RE: svn commit: r1203859 [2/2] - in /httpd/httpd/trunk/modules/proxy: mod_proxy.c ...

2011-12-01 Thread Gregg L. Smith
Modified: httpd/httpd/trunk/modules/proxy/mod_proxy_scgi.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy_scgi.c?rev=1203859&r1=1203858&r2=1203859&view=diff == --- httpd/httpd/trunk/modules/pr