2003/09/29 02:53:21
[org.ibex.core.git] / src / org / xwt / HTTP.java
index 38488e0..9ca8c6f 100644 (file)
@@ -545,7 +545,7 @@ public class HTTP {
                 }
                 return ret;
             } finally {
-                if (!good) { this.HTTP.sock = null; this.HTTP.in = null; }
+                if (!good) { HTTP.this.sock = null; HTTP.this.in = null; }
             }
         }