From e05bd377992a443cdb3de362489b42f13b343d5c Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 10 Feb 2004 01:23:40 +0000 Subject: [PATCH] fixed bug 372 darcs-hash:20040210012340-5007d-a36d146352bba71bc8ecb75257a4698f5e42f8aa.gz --- src/org/ibex/HTTP.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/org/ibex/HTTP.java b/src/org/ibex/HTTP.java index 856eabe..cdaca9d 100644 --- a/src/org/ibex/HTTP.java +++ b/src/org/ibex/HTTP.java @@ -31,6 +31,7 @@ public class HTTP { public static HTTP stdio = new HTTP("stdio:"); + // Statics /////////////////////////////////////////////////////////////////////////////////////////////// static Hash resolvedHosts = new Hash(); ///< cache for resolveAndCheckIfFirewalled() -- 1.7.10.4