Nicolas Cannasse 17 years ago
parent
commit
d28df29ed0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/tools/hxinst/Main.hx

+ 1 - 1
std/tools/hxinst/Main.hx

@@ -149,7 +149,7 @@ class Main {
 				haxe.Http.request("http://google.com");
 			} catch( e : Dynamic ) {
 				display("Could not connect on Google, don't use the proxy");
-				haxe.Http.PROXY = p;
+				haxe.Http.PROXY = null;
 			}
 		}