HTTPS.timeout in Bindings (sollte so funktionieren)

This commit is contained in:
Andreas Bielawski 2016-07-25 13:36:52 +02:00
parent a7e7629926
commit 664d00b814

View File

@ -10,6 +10,7 @@
local bindings = {}
local HTTPS = require('ssl.https')
HTTPS.timeout = 10
local JSON = require('dkjson')
local ltn12 = require('ltn12')
local MP_ENCODE = require('multipart-post').encode