Fix: Add timeout to HTTP client in glua_http module
This change adds a 60-second timeout to the http.Client
used in the glua_http
module. This enhances the stability and predictability of HTTP requests by avoiding indefinite hangs.
Signed-off-by: Christian Roessner c@roessner.co