You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Eric Covener <co...@gmail.com> on 2013/09/18 14:12:05 UTC

Re: svn commit: r1524368 - /httpd/httpd/trunk/modules/proxy/mod_proxy_fcgi.c

On Wed, Sep 18, 2013 at 7:18 AM,  <jk...@apache.org> wrote:
> Author: jkaluza
> Date: Wed Sep 18 11:18:02 2013
> New Revision: 1524368
>
> URL: http://svn.apache.org/r1524368
> Log:
> Use apr_socket_timeout_get instead of hard-coded 30 seconds timeout.

Nice to have a CHANGES entry on this one (more useful when it's
backported, but we usually use the same criteria for trunk).

Re: svn commit: r1524368 - /httpd/httpd/trunk/modules/proxy/mod_proxy_fcgi.c

Posted by Jan Kaluža <jk...@redhat.com>.
On 09/18/2013 02:12 PM, Eric Covener wrote:
> On Wed, Sep 18, 2013 at 7:18 AM,  <jk...@apache.org> wrote:
>> Author: jkaluza
>> Date: Wed Sep 18 11:18:02 2013
>> New Revision: 1524368
>>
>> URL: http://svn.apache.org/r1524368
>> Log:
>> Use apr_socket_timeout_get instead of hard-coded 30 seconds timeout.
>
> Nice to have a CHANGES entry on this one (more useful when it's
> backported, but we usually use the same criteria for trunk).
>

Thanks for letting me now. I have done that in r1524388. Next time I 
will do that in single commit...

Regards,
Jan Kaluza