HTTPS.timeout in Bindings (sollte so funktionieren)
This commit is contained in:
parent
a7e7629926
commit
664d00b814
@ -10,6 +10,7 @@
|
|||||||
local bindings = {}
|
local bindings = {}
|
||||||
|
|
||||||
local HTTPS = require('ssl.https')
|
local HTTPS = require('ssl.https')
|
||||||
|
HTTPS.timeout = 10
|
||||||
local JSON = require('dkjson')
|
local JSON = require('dkjson')
|
||||||
local ltn12 = require('ltn12')
|
local ltn12 = require('ltn12')
|
||||||
local MP_ENCODE = require('multipart-post').encode
|
local MP_ENCODE = require('multipart-post').encode
|
||||||
|
Reference in New Issue
Block a user