diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-21 06:07:58 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-21 06:07:58 +0000 |
commit | bce1cb30d856d167e167c4c2997f9bebe03a612c (patch) | |
tree | 8e684b912cdc9d27c5aebf593107487c94866438 /src/http.lua | |
parent | f7579db9e830ef41f422a280d26c9077f48728e5 (diff) | |
download | luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.tar.gz luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.tar.bz2 luasocket-bce1cb30d856d167e167c4c2997f9bebe03a612c.zip |
More adjustments/bugfixes.
Diffstat (limited to 'src/http.lua')
-rw-r--r-- | src/http.lua | 2 |
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 | |||
22 | PORT = 80 | 22 | PORT = 80 |
23 | -- user agent field sent in request | 23 | -- user agent field sent in request |
24 | USERAGENT = socket.VERSION | 24 | USERAGENT = socket.VERSION |
25 | -- block size used in transfers | ||
26 | BLOCKSIZE = 2048 | ||
27 | 25 | ||
28 | ----------------------------------------------------------------------------- | 26 | ----------------------------------------------------------------------------- |
29 | -- Low level HTTP API | 27 | -- Low level HTTP API |