]> granicus.if.org Git - apache/commitdiff
removed unnecessary lingering_close and sbh update on end of protocol upgrade handling
authorStefan Eissing <icing@apache.org>
Mon, 17 Aug 2015 12:54:54 +0000 (12:54 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 17 Aug 2015 12:54:54 +0000 (12:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1696266 13f79535-47bb-0310-9956-ffa450edef68

server/core.c

index e7383970a77f1c4c4b4133051a7fcd7da109f903..909ada62829719eac1dc825fcf07fc0281ac6345 100644 (file)
@@ -5323,13 +5323,6 @@ static int core_upgrade_handler(request_rec *r)
 
                     /* make sure httpd closes the connection after this */
                     c->keepalive = AP_CONN_CLOSE;
-                    ap_lingering_close(c);
-                    
-                    if (c->sbh) {
-                        ap_update_child_status_from_conn(c->sbh, 
-                                                         SERVER_CLOSING, c);
-                    }
-                    
                     return DONE;
                 }
             }