[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-cvs
Subject:    svn commit: r1857857 - /httpd/httpd/trunk/modules/http/http_core.c
From:       jailletc36 () apache ! org
Date:       2019-04-20 7:01:29
Message-ID: 20190420070130.0C7E13A0168 () svn01-us-west ! apache ! org
[Download RAW message or body]

Author: jailletc36
Date: Sat Apr 20 07:01:29 2019
New Revision: 1857857

URL: http://svn.apache.org/viewvc?rev=1857857&view=rev
Log:
Axe a useless comment.

Remove some dead code and innacurate comment. 'r' can not be dereferenced later in \
the function. (this is obvious since r1814659)

Modified:
    httpd/httpd/trunk/modules/http/http_core.c

Modified: httpd/httpd/trunk/modules/http/http_core.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/http/http_core.c?rev=1857857&r1=1857856&r2=1857857&view=diff
 ==============================================================================
--- httpd/httpd/trunk/modules/http/http_core.c (original)
+++ httpd/httpd/trunk/modules/http/http_core.c Sat Apr 20 07:01:29 2019
@@ -57,7 +57,6 @@ static const char *set_keep_alive_timeou
         return err;
     }
 
-    /* Stolen from mod_proxy.c */
     if (ap_timeout_parameter_parse(arg, &timeout, "s") != APR_SUCCESS)
         return "KeepAliveTimeout has wrong format";
     cmd->server->keep_alive_timeout = timeout;
@@ -156,14 +155,6 @@ static int ap_process_http_async_connect
                 }
                 ap_update_child_status(c->sbh, SERVER_BUSY_WRITE, r);
                 ap_process_async_request(r);
-                /* After the call to ap_process_request, the
-                 * request pool may have been deleted.  We set
-                 * r=NULL here to ensure that any dereference
-                 * of r that might be added later in this function
-                 * will result in a segfault immediately instead
-                 * of nondeterministic failures later.
-                 */
-                r = NULL;
             }
 
             if (cs->state != CONN_STATE_WRITE_COMPLETION &&


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic