aboutsummaryrefslogtreecommitdiff
path: root/src/http.lua
diff options
context:
space:
mode:
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