]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove some leftover debug code that was closing an already-closed socket
authorBrian Pane <brianp@apache.org>
Mon, 15 Apr 2002 00:10:53 +0000 (00:10 +0000)
committerBrian Pane <brianp@apache.org>
Mon, 15 Apr 2002 00:10:53 +0000 (00:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94652 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/experimental/leader/leader.c

index 49f424d581b9f4a07f3cfea78717e05d938c55bf..593bb399ccc6b3463e61e8bda4491576b5645b8b 100644 (file)
@@ -885,7 +885,6 @@ static void *worker_thread(apr_thread_t *thd, void * dummy)
                                thread_slot, bucket_alloc);
                 apr_pool_clear(ptrans);
                 requests_this_child--;
-                apr_socket_close(csd);  /* Debug only */
             }
         }
         else {