properly cleanup socket object, since we have the ability to chache Http11Processor...
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 8 Oct 2008 01:03:02 +0000 (01:03 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 8 Oct 2008 01:03:02 +0000 (01:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@702676 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/coyote/http11/Http11Processor.java

index 673087e..03f8c24 100644 (file)
@@ -892,7 +892,7 @@ public class Http11Processor implements ActionHook {
         // Recycle
         inputBuffer.recycle();
         outputBuffer.recycle();
-
+        this.socket = null;
         // Recycle ssl info
         sslSupport = null;
     }