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