Hi Thierry, Op 18-5-2018 om 20:00 schreef Thierry FOURNIER:
The crash seems 'fixed' indeed.. but the lua scipt below now takes 5seconds instead of 150ms.Hi Pieter,Could you test the attached patch ? It seems to fix the problem, but I have some doubts about the reliability of the patch. Thierry
Regards,
PiBa-NL (Pieter)
con = core.tcp()
con:connect_ssl("216.58.212.132",443) --google: 216.58.212.132
request = [[GET / HTTP/1.0
]]
con:send(request)
res = con:receive("*a")
con:close()

