From: Eric Covener Date: Mon, 12 Jan 2015 13:45:47 +0000 (+0000) Subject: propose conn_rec.id fix X-Git-Tag: 2.4.11~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bad426f37b212bd26453951ad837929309f3c7c9;p=apache propose conn_rec.id fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1651090 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e49d9f5839..e4cda485b2 100644 --- a/STATUS +++ b/STATUS @@ -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