This commit is contained in:
Pierre Chapuis 2013-09-09 09:53:10 -07:00
commit 472a7b8fb6

View file

@ -209,9 +209,11 @@ end
local function adjustheaders(reqt)
-- default headers
local host = reqt.host
if reqt.port then host = host .. ":" .. reqt.port end
local lower = {
["user-agent"] = _M.USERAGENT,
["host"] = reqt.host,
["host"] = host,
["connection"] = "close, TE",
["te"] = "trailers"
}