From: Jim Jagielski Date: Fri, 4 May 2007 18:46:19 +0000 (+0000) Subject: Note backport that should be in our collective consciousness X-Git-Tag: 2.2.5~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b02925e87fbdf30ae5072c8d00cd7295d1840291;p=thirdparty%2Fapache%2Fhttpd.git Note backport that should be in our collective consciousness but the MSB_PEEK flag needs to be looked at... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@535348 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 789901f7215..d48c49aebdf 100644 --- a/STATUS +++ b/STATUS @@ -169,3 +169,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version works +1: rpluem + * proxy_util.c: Add alternate is_socket_connected() function + which uses APR calls. (Note: MSG_PEEK needs to be investigated) + Trunk version of patch: + http://svn.apache.org/viewvc?view=rev&rev=473278 + 2.2.x version of patch: + Trunk version works (see note above)