summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/send-error-report2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/send-error-report b/scripts/send-error-report
index 48d983bc0e..c99d3876d7 100755
--- a/scripts/send-error-report
+++ b/scripts/send-error-report
@@ -20,7 +20,7 @@ def handle_connection(server, data):
20 # we need to check that the server isn't a local one, as in no_proxy 20 # we need to check that the server isn't a local one, as in no_proxy
21 try: 21 try:
22 temp = httplib.HTTPConnection(server, strict=True, timeout=5) 22 temp = httplib.HTTPConnection(server, strict=True, timeout=5)
23 temp.request("GET", "/") 23 temp.request("GET", "/Errors/")
24 tempres = temp.getresponse() 24 tempres = temp.getresponse()
25 if tempres.status == 200: 25 if tempres.status == 200:
26 proxyrequired = False 26 proxyrequired = False