mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-05-01 04:36:45 +02:00
Compare commits
1 Commits
4b270cb619
...
af5fad8871
Author | SHA1 | Date | |
---|---|---|---|
|
af5fad8871 |
@ -62,7 +62,7 @@ local function receiveheaders(sock, headers)
|
||||
-- unfold any folded values
|
||||
while string.find(line, "^%s") do
|
||||
value = value .. line
|
||||
line, err = sock:receive()
|
||||
line = sock:receive()
|
||||
if err then return nil, err end
|
||||
end
|
||||
-- save pair in table
|
||||
|
Loading…
x
Reference in New Issue
Block a user