mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-08 06:28:26 +01:00
Make memory leak reproducible in loop sample
This commit is contained in:
parent
550777a9d6
commit
0775d5744f
@ -23,6 +23,8 @@ while true do
|
||||
assert( peer:dohandshake() )
|
||||
--]]
|
||||
|
||||
peer:getpeercertificate():extensions()
|
||||
|
||||
print(peer:receive("*l"))
|
||||
peer:close()
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user