diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-24 02:47:24 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-24 02:47:24 +0000 |
commit | 62a4c505e488c714e8795ea85564504562d30301 (patch) | |
tree | f270f53f26905b7275cea172e52ebc269a41c695 /test/httptest.lua | |
parent | 0c9f420a3549df3fb331bb24157b65a3301641d4 (diff) | |
download | luasocket-62a4c505e488c714e8795ea85564504562d30301.tar.gz luasocket-62a4c505e488c714e8795ea85564504562d30301.tar.bz2 luasocket-62a4c505e488c714e8795ea85564504562d30301.zip |
Working on the manual...
Making better tests for error messages.
Changed a few names.
Moved gethostname to inet.c.
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" |