From: Eric Covener Date: Wed, 26 Nov 2014 02:29:45 +0000 (+0000) Subject: rejigger vote on event backport by adding ylavic's followup. X-Git-Tag: 2.4.11~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9805c7786116be81620a538c8096ea48228586fe;p=apache rejigger vote on event backport by adding ylavic's followup. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1641748 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index ec3c11c5b3..49d501e15d 100644 --- a/STATUS +++ b/STATUS @@ -195,12 +195,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * event: avoid dereferencing a recently apr_pool_clear()'ed event_conn_state_t *cs when ptrans is being recycled at EOR. trunk patch: http://svn.apache.org/r1638879 + http://svn.apache.org/r1640031 2.4.x patch: trunk works - +1 covener - jailletc36: -0.1 - - One has been missed in start_lingering_close_nonblocking() - - apr_pool_clear(cs->p) could also be turned into apr_pool_clear(p) - ylavic: +1 with http://svn.apache.org/r1640031 + +1 covener, ylavic * easy proposals to synch 2.4.x and trunk - ssl: Axe needless string duplication in setup for call to apr_proc_create()