X-Git-Url: https://git.rvb.name/weathermon.git/blobdiff_plain/67f3d398664cc319615339c1ce9c525e672c332f..2b43b1c28e9ced6c475904604df1c99b78cd8a71:/bin/weathermon diff --git a/bin/weathermon b/bin/weathermon index cc58def..2314e1a 100755 --- a/bin/weathermon +++ b/bin/weathermon @@ -100,12 +100,7 @@ function submitValue(type,id,param,val) url = url:gsub("//","//"..web_user..":"..web_pass.."@",1) end - local result,code = http.request ({ - url=url, create=function() - local req_sock = socket.tcp() - req_sock:settimeout(web_timeout) - return req_sock - end}) + local result,code = http.request (url) if code ~= 200 and backlog_con then printLog("writing record to backlog...") @@ -336,7 +331,7 @@ end if web_url then http = require("socket.http") - socket = require("socket") + http.TIMEOUT = web_timeout end if mqtt_host then