mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-04-05 08:26:47 +02:00
Merge 87e52bd0b2c398fd593172b07e9ff0687a0aef7f into 58c76080a0c654de906de9f554e2de45b1784929
This commit is contained in:
commit
864be8fda6
@ -369,8 +369,10 @@ end
|
||||
-- if it is an HTTP/0.9 server, simply get the body and we are done
|
||||
if not code then
|
||||
h:receive09body(status, nreqt.sink, nreqt.step)
|
||||
h:close()
|
||||
return 1, 200
|
||||
elseif code == 408 then
|
||||
h:close()
|
||||
return 1, code
|
||||
end
|
||||
local headers
|
||||
|
Loading…
x
Reference in New Issue
Block a user