]> granicus.if.org Git - apache/commitdiff
* Comments
authorRuediger Pluem <rpluem@apache.org>
Mon, 24 Aug 2015 07:40:33 +0000 (07:40 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 24 Aug 2015 07:40:33 +0000 (07:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1697322 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9496a8bddb5c8c6c157826d3d798f7948d457f65..47a0c68483b7973013dba468c223ce2c9e6e8b1a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -238,8 +238,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       +1: rpluem, ylavic
       niq: 1. the if(worker->s->retries) {} and comment at line 2917
               don't seem to make any sense.
+      rpluem: This is just taken over from existing code. It is just indented
+              differently hence part of the path I think it should be marked
+              as TODO section. But this should be subject to another
+              patch.
            2. Re: error handline line 2930 - can PROXY_WORKER_IS_USABLE
               not be tested BEFORE opening connection?
+      rpluem: We could, but we can catch more race cases with the current code
+              as it also catches the case where a connection establishment
+              took long and the worker went into error meanwhile.
  
   *) apxs: add HTTPD_MMN and HTTPD_VERSION to apxs -q
      trunk: http://svn.apache.org/r1693919