1 Commits

Author SHA1 Message Date
Wii
c7bf457ba7 Merge e1651c9d8b into de359ea408 2023-11-10 21:09:37 -08:00
4 changed files with 83 additions and 83 deletions

View File

@ -62,7 +62,7 @@ local function receiveheaders(sock, headers)
-- unfold any folded values -- unfold any folded values
while string.find(line, "^%s") do while string.find(line, "^%s") do
value = value .. line value = value .. line
line, err = sock:receive() line = sock:receive()
if err then return nil, err end if err then return nil, err end
end end
-- save pair in table -- save pair in table