You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2014/01/09 15:28:39 UTC

svn commit: r1556815 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS

Author: jim
Date: Thu Jan  9 14:28:39 2014
New Revision: 1556815

URL: http://svn.apache.org/r1556815
Log:
Merge r1524368, r1524388 from trunk:

Use apr_socket_timeout_get instead of hard-coded 30 seconds timeout.


Use apr_socket_timeout_get instead of hard-coded 30 seconds timeout.

Document r1524368 in CHANGES.

Submitted by: jkaluza
Reviewed/backported by: jim

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/CHANGES
    httpd/httpd/branches/2.4.x/STATUS

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1524388

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1556815&r1=1556814&r2=1556815&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Thu Jan  9 14:28:39 2014
@@ -2,6 +2,9 @@
 
 Changes with Apache 2.4.8
 
+  *) mod_proxy_fcgi: Use apr_socket_timeout_get instead of hard-coded
+     30 seconds timeout. [Jan Kaluza]
+
   *) build: only search for modules (config*.m4) in known subdirectories, see
      build/config-stubs. [Stefan Fritsch]
 

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1556815&r1=1556814&r2=1556815&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Jan  9 14:28:39 2014
@@ -98,12 +98,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  * mod_proxy_fcgi: Use apr_socket_timeout_get instead of hard-coded value
-    trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1524368
-                 http://svn.apache.org/viewvc?view=revision&revision=1524388
-    2.4.x patch: trunk patch works mod CHANGES
-    +1: jim, covener, druggeri
-
   * mod_authn_core: allow <AuthnProviderAlias>'es to be seen from auth 
     stanzas under virtual hosts. PR55622.
     trunk patch: http://svn.apache.org/r1554995



Re: svn commit: r1556815 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS

Posted by Jim Jagielski <ji...@jaguNET.com>.
Ohh... yeppers.
On Jan 14, 2014, at 7:33 AM, Plüm, Rüdiger, Vodafone Group <ru...@vodafone.com> wrote:

> 
> 
>> -----Original Message-----
>> From: Jim Jagielski > Sent: Dienstag, 14. Januar 2014 13:26
>> To: httpd
>> Subject: Re: svn commit: r1556815 - in /httpd/httpd/branches/2.4.x: ./
>> CHANGES STATUS
>> 
>> http://svn.apache.org/viewvc?view=revision&revision=1542330 ??
>> 
> 
> Thanks. So there was an overlap in STATUS regarding the backports and only the CHANGES entry was missing.
> I was just confused because I saw no implementation :-).
> 
> Regards
> 
> Rüdiger
> 


RE: svn commit: r1556815 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS

Posted by Plüm, Rüdiger, Vodafone Group <ru...@vodafone.com>.

> -----Original Message-----
> From: Jim Jagielski > Sent: Dienstag, 14. Januar 2014 13:26
> To: httpd
> Subject: Re: svn commit: r1556815 - in /httpd/httpd/branches/2.4.x: ./
> CHANGES STATUS
> 
> http://svn.apache.org/viewvc?view=revision&revision=1542330 ??
> 

Thanks. So there was an overlap in STATUS regarding the backports and only the CHANGES entry was missing.
I was just confused because I saw no implementation :-).

Regards

Rüdiger

Re: svn commit: r1556815 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS

Posted by Jim Jagielski <ji...@jaguNET.com>.
http://svn.apache.org/viewvc?view=revision&revision=1542330 ??

On Jan 13, 2014, at 2:46 PM, Ruediger Pluem <rp...@apache.org> wrote:

> Ping?
> 
> Regards
> 
> Rüdiger
> 
> Ruediger Pluem wrote:
>> 
>> 
>> jim@apache.org wrote:
>>> Author: jim
>>> Date: Thu Jan  9 14:28:39 2014
>>> New Revision: 1556815
>>> 
>>> URL: http://svn.apache.org/r1556815
>>> Log:
>>> Merge r1524368, r1524388 from trunk:
>>> 
>>> Use apr_socket_timeout_get instead of hard-coded 30 seconds timeout.
>>> 
>>> 
>>> Use apr_socket_timeout_get instead of hard-coded 30 seconds timeout.
>>> 
>>> Document r1524368 in CHANGES.
>>> 
>>> Submitted by: jkaluza
>>> Reviewed/backported by: jim
>>> 
>>> Modified:
>>>    httpd/httpd/branches/2.4.x/   (props changed)
>>>    httpd/httpd/branches/2.4.x/CHANGES
>>>    httpd/httpd/branches/2.4.x/STATUS
>> 
>> 
>> I guess you missed to commit the implementation :-)
>> 
>> Regards
>> 
>> Rüdiger
>> 
>> 
>> 
> 


Re: svn commit: r1556815 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS

Posted by Ruediger Pluem <rp...@apache.org>.
Ping?

Regards

Rüdiger

Ruediger Pluem wrote:
> 
> 
> jim@apache.org wrote:
>> Author: jim
>> Date: Thu Jan  9 14:28:39 2014
>> New Revision: 1556815
>>
>> URL: http://svn.apache.org/r1556815
>> Log:
>> Merge r1524368, r1524388 from trunk:
>>
>> Use apr_socket_timeout_get instead of hard-coded 30 seconds timeout.
>>
>>
>> Use apr_socket_timeout_get instead of hard-coded 30 seconds timeout.
>>
>> Document r1524368 in CHANGES.
>>
>> Submitted by: jkaluza
>> Reviewed/backported by: jim
>>
>> Modified:
>>     httpd/httpd/branches/2.4.x/   (props changed)
>>     httpd/httpd/branches/2.4.x/CHANGES
>>     httpd/httpd/branches/2.4.x/STATUS
> 
> 
> I guess you missed to commit the implementation :-)
> 
> Regards
> 
> Rüdiger
> 
> 
> 

Re: svn commit: r1556815 - in /httpd/httpd/branches/2.4.x: ./ CHANGES STATUS

Posted by Ruediger Pluem <rp...@apache.org>.

jim@apache.org wrote:
> Author: jim
> Date: Thu Jan  9 14:28:39 2014
> New Revision: 1556815
> 
> URL: http://svn.apache.org/r1556815
> Log:
> Merge r1524368, r1524388 from trunk:
> 
> Use apr_socket_timeout_get instead of hard-coded 30 seconds timeout.
> 
> 
> Use apr_socket_timeout_get instead of hard-coded 30 seconds timeout.
> 
> Document r1524368 in CHANGES.
> 
> Submitted by: jkaluza
> Reviewed/backported by: jim
> 
> Modified:
>     httpd/httpd/branches/2.4.x/   (props changed)
>     httpd/httpd/branches/2.4.x/CHANGES
>     httpd/httpd/branches/2.4.x/STATUS


I guess you missed to commit the implementation :-)

Regards

Rüdiger