aboutsummaryrefslogtreecommitdiff
path: root/test/httptest.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-02 23:31:14 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-02 23:31:14 +0000
commitc5486e206c2cbb6ee64e2dd3f0d8efafe1e51268 (patch)
treea66d0ea7bc47b2b5cf6565dfd455a2ad24f3eee8 /test/httptest.lua
parent49445951a8e3a6960c9024a6686d4c14fb81f43c (diff)
downloadluasocket-c5486e206c2cbb6ee64e2dd3f0d8efafe1e51268.tar.gz
luasocket-c5486e206c2cbb6ee64e2dd3f0d8efafe1e51268.tar.bz2
luasocket-c5486e206c2cbb6ee64e2dd3f0d8efafe1e51268.zip
Releasing.
Diffstat (limited to 'test/httptest.lua')
-rw-r--r--test/httptest.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/httptest.lua b/test/httptest.lua
index 2335fcb..8862ceb 100644
--- a/test/httptest.lua
+++ b/test/httptest.lua
@@ -23,7 +23,7 @@ http.TIMEOUT = 10
23local t = socket.gettime() 23local t = socket.gettime()
24 24
25host = host or "diego.student.princeton.edu" 25host = host or "diego.student.princeton.edu"
26proxy = proxy or "http://localhost:3128" 26proxy = proxy or "http://dell-diego:3128"
27prefix = prefix or "/luasocket-test" 27prefix = prefix or "/luasocket-test"
28cgiprefix = cgiprefix or "/luasocket-test-cgi" 28cgiprefix = cgiprefix or "/luasocket-test-cgi"
29index_file = "test/index.html" 29index_file = "test/index.html"