commit | f77f1de802ae9617f1f64c7169a9d592ee15b9e1 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Tue Sep 28 19:10:38 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Oct 06 15:15:03 2021 +0200 |
tree | 56bb273e360306ef70ba9e7c041d95c5481782ef | |
parent | b8b13703072ed113f7dcf999ecdb287cf940c979 [diff] |
MINOR: httpclient/lua: implement garbage collection Implement the garbage collector of the lua httpclient. This patch declares the __gc method of the httpclient object which only does a httpclient_stop_and_destroy().