mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-04-30 20:26:44 +02:00
Compare commits
2 Commits
d3688d411a
...
ca9e100eb7
Author | SHA1 | Date | |
---|---|---|---|
|
ca9e100eb7 | ||
|
ebe3eeb18d |
@ -293,6 +293,7 @@ local function adjustrequest(reqt)
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- ajust host and port if there is a proxy
|
-- ajust host and port if there is a proxy
|
||||||
|
local proxy_create
|
||||||
nreqt.host, nreqt.port, proxy_create = adjustproxy(nreqt)
|
nreqt.host, nreqt.port, proxy_create = adjustproxy(nreqt)
|
||||||
if not reqt.create then nreqt.create = proxy_create end
|
if not reqt.create then nreqt.create = proxy_create end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user