diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-03 04:45:42 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-03 04:45:42 +0000 |
| commit | 11282d17c8ecb6aa6fa31a3de742eae0215f4cc0 (patch) | |
| tree | aeb65849f145f06f6fb0ddd6a54f79d30912be1f /test/httptest.lua | |
| parent | e9d477aba3bbc084c0a7872e4eaf725e2689e4a6 (diff) | |
| download | luasocket-11282d17c8ecb6aa6fa31a3de742eae0215f4cc0.tar.gz luasocket-11282d17c8ecb6aa6fa31a3de742eae0215f4cc0.tar.bz2 luasocket-11282d17c8ecb6aa6fa31a3de742eae0215f4cc0.zip | |
Almost done 2.0.1.
Diffstat (limited to 'test/httptest.lua')
| -rw-r--r-- | test/httptest.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/httptest.lua b/test/httptest.lua index 92528b2..ac60787 100644 --- a/test/httptest.lua +++ b/test/httptest.lua | |||
| @@ -23,7 +23,8 @@ http.TIMEOUT = 10 | |||
| 23 | local t = socket.gettime() | 23 | local t = socket.gettime() |
| 24 | 24 | ||
| 25 | --host = host or "diego.student.princeton.edu" | 25 | --host = host or "diego.student.princeton.edu" |
| 26 | host = host or "dell-diego" | 26 | --host = host or "diego.student.princeton.edu" |
| 27 | host = host or "localhost" | ||
| 27 | proxy = proxy or "http://localhost:3128" | 28 | proxy = proxy or "http://localhost:3128" |
| 28 | prefix = prefix or "/luasocket-test" | 29 | prefix = prefix or "/luasocket-test" |
| 29 | cgiprefix = cgiprefix or "/luasocket-test-cgi" | 30 | cgiprefix = cgiprefix or "/luasocket-test-cgi" |
