diff options
Diffstat (limited to 'test/httptest.lua')
-rw-r--r-- | test/httptest.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/httptest.lua b/test/httptest.lua index 8bf3980..c9a74a8 100644 --- a/test/httptest.lua +++ b/test/httptest.lua | |||
@@ -12,7 +12,7 @@ socket.http.TIMEOUT = 5 | |||
12 | 12 | ||
13 | local t = socket.time() | 13 | local t = socket.time() |
14 | 14 | ||
15 | host = host or "diego.student.dyn.cs.princeton.edu" | 15 | host = host or "diego-interface2.student.dyn.CS.Princeton.EDU" |
16 | proxy = proxy or "http://localhost:3128" | 16 | proxy = proxy or "http://localhost:3128" |
17 | prefix = prefix or "/luasocket-test" | 17 | prefix = prefix or "/luasocket-test" |
18 | cgiprefix = cgiprefix or "/luasocket-test-cgi" | 18 | cgiprefix = cgiprefix or "/luasocket-test-cgi" |