You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2015/01/12 14:45:48 UTC

svn commit: r1651090 - /httpd/httpd/branches/2.4.x/STATUS

Author: covener
Date: Mon Jan 12 13:45:47 2015
New Revision: 1651090

URL: http://svn.apache.org/r1651090
Log:
propose conn_rec.id fix

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1651090&r1=1651089&r2=1651090&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jan 12 13:45:47 2015
@@ -247,6 +247,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: 1st trunk patch works, 2nd is for CHANGES
      +1 jailletc36, covener
 
+   * event: Update conn_rec.id when a new thread begins working on a connection, because
+     the old thread may work on a new connection and assign the same ID in parallel. PR57435
+     trunk patch: http://svn.apache.org/r1651088
+     2.4.x patch: trunk works
+     +1 covener
 
 OTHER PROPOSALS
 



Fwd: svn commit: r1651090 - /httpd/httpd/branches/2.4.x/STATUS

Posted by Eric Covener <co...@gmail.com>.
Would like to get this one in 2.4.11 if any eyes available.


---------- Forwarded message ----------
From:  <co...@apache.org>
Date: Mon, Jan 12, 2015 at 8:45 AM
Subject: svn commit: r1651090 - /httpd/httpd/branches/2.4.x/STATUS
To: cvs@httpd.apache.org


Author: covener
Date: Mon Jan 12 13:45:47 2015
New Revision: 1651090

URL: http://svn.apache.org/r1651090
Log:
propose conn_rec.id fix

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1651090&r1=1651089&r2=1651090&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jan 12 13:45:47 2015
@@ -247,6 +247,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: 1st trunk patch works, 2nd is for CHANGES
      +1 jailletc36, covener

+   * event: Update conn_rec.id when a new thread begins working on a
connection, because
+     the old thread may work on a new connection and assign the same
ID in parallel. PR57435
+     trunk patch: http://svn.apache.org/r1651088
+     2.4.x patch: trunk works
+     +1 covener

 OTHER PROPOSALS





-- 
Eric Covener
covener@gmail.com