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().
1 file changed