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);
>> + ap_proxy_release_connection(__FUNCTION__, backend, r->server);
>> }
>> return status;
>> }
>>
>
> 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?
>
I consider the above a veto-able change...