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 5186bd5..1f4158a 100644 --- a/test/httptest.lua +++ b/test/httptest.lua | |||
@@ -19,7 +19,7 @@ http.TIMEOUT = 10 | |||
19 | 19 | ||
20 | local t = socket.gettime() | 20 | local t = socket.gettime() |
21 | 21 | ||
22 | host = host or "diego.student.dyn.cs.princeton.edu" | 22 | host = host or "diego.princeton.edu" |
23 | proxy = proxy or "http://localhost:3128" | 23 | proxy = proxy or "http://localhost:3128" |
24 | prefix = prefix or "/luasocket-test" | 24 | prefix = prefix or "/luasocket-test" |
25 | cgiprefix = cgiprefix or "/luasocket-test-cgi" | 25 | cgiprefix = cgiprefix or "/luasocket-test-cgi" |