You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Brian Havard <br...@gmail.com> on 2010/04/12 22:14:20 UTC

Re: svn commit: r933341 - in /httpd/httpd/trunk/modules: filters/mod_reqtimeout.c proxy/mod_proxy_fdpass.c

Jeff Trawick wrote:
> On Mon, Apr 12, 2010 at 2:12 PM,  <bj...@apache.org> wrote:
>   
>> Author: bjh
>> Date: Mon Apr 12 18:12:43 2010
>> New Revision: 933341
>>
>> URL: http://svn.apache.org/viewvc?rev=933341&view=rev
>> Log:
>> Remove usage of the APR private function apr_wait_for_io_or_timeout(),
>> replacing it with the newly added apr_socket_wait().
>>     
>
> httpd trunk works (or should work) with apr 1.4.x ;)
>
> (conditional logic :( )
>   

Oh, ok, I can do that...


Re: svn commit: r933341 - in /httpd/httpd/trunk/modules: filters/mod_reqtimeout.c proxy/mod_proxy_fdpass.c

Posted by Brian Havard <br...@gmail.com>.
Brian Havard wrote:
> Jeff Trawick wrote:
>> On Mon, Apr 12, 2010 at 2:12 PM,  <bj...@apache.org> wrote:
>>   
>>> Author: bjh
>>> Date: Mon Apr 12 18:12:43 2010
>>> New Revision: 933341
>>>
>>> URL: http://svn.apache.org/viewvc?rev=933341&view=rev
>>> Log:
>>> Remove usage of the APR private function apr_wait_for_io_or_timeout(),
>>> replacing it with the newly added apr_socket_wait().
>>>     
>>
>> httpd trunk works (or should work) with apr 1.4.x ;)
>>
>> (conditional logic :( )
>>   
>
> Oh, ok, I can do that...

I just tried to commit a fix but it seems that the eu svn mirror is out
of sync, causing my commit to fail ("the specified baseline is not the
latest baseline"). According to http://svn.us.apache.org/viewvc/ the
latest revision is 933536 but http://svn.eu.apache.org/viewvc/ only has
933516.

Who looks after the syncing of these?