aboutsummaryrefslogtreecommitdiff
path: root/src/http.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-21 06:07:58 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-06-21 06:07:58 +0000
commitbce1cb30d856d167e167c4c2997f9bebe03a612c (patch)
tree8e684b912cdc9d27c5aebf593107487c94866438 /src/http.lua
parentf7579db9e830ef41f422a280d26c9077f48728e5 (diff)
downloadluasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.tar.gz
luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.tar.bz2
luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.zip
More adjustments/bugfixes.
Diffstat (limited to 'src/http.lua')
-rw-r--r--src/http.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http.lua b/src/http.lua
index 9c568bc..cdb435d 100644
--- a/src/http.lua
+++ b/src/http.lua
@@ -22,8 +22,6 @@ TIMEOUT = 60
22PORT = 80 22PORT = 80
23-- user agent field sent in request 23-- user agent field sent in request
24USERAGENT = socket.VERSION 24USERAGENT = socket.VERSION
25-- block size used in transfers
26BLOCKSIZE = 2048
27 25
28----------------------------------------------------------------------------- 26-----------------------------------------------------------------------------
29-- Low level HTTP API 27-- Low level HTTP API