mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-20 03:58:22 +01:00
Block size increased.
This commit is contained in:
parent
2b7ea458d6
commit
d684be0cff
@ -16,7 +16,7 @@ local PORT = 80
|
|||||||
-- user agent field sent in request
|
-- user agent field sent in request
|
||||||
local USERAGENT = "LuaSocket 1.3b HTTP 1.1"
|
local USERAGENT = "LuaSocket 1.3b HTTP 1.1"
|
||||||
-- block size used in transfers
|
-- block size used in transfers
|
||||||
local BLOCKSIZE = 4096
|
local BLOCKSIZE = 8192
|
||||||
|
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
-- Tries to get a pattern from the server and closes socket on error
|
-- Tries to get a pattern from the server and closes socket on error
|
||||||
|
Loading…
Reference in New Issue
Block a user