Merge pull request #1633 from chrox/master

fix travis build segfault hopefully
pull/1636/head
Qingping Hou 9 years ago
commit 2599974c2d

@ -1 +1 @@
Subproject commit 5749fbccabddae688cd737ed1b30b6498308fa2b
Subproject commit 7048cea91b6d11c1815e94d2710f47a73e72f9f1

@ -1 +1 @@
Subproject commit ac0fd8bf7eef3fa8d7a5c2682d4361ebcaf7a310
Subproject commit b45a1c2df8400ef96c31967646d3f44501c11b39

@ -21,6 +21,3 @@ Input.dummy = true
-- turn on debug
local DEBUG = require("dbg")
--DEBUG:turnOn()
-- use turbo lib in test
DUSE_TURBO_LIB = true

@ -4,7 +4,10 @@ local HTTPClient = require("httpclient")
local DEBUG = require("dbg")
--DEBUG:turnOn()
describe("HTTP client module", function()
-- set true to test httpclient
DUSE_TURBO_LIB = false
describe("HTTP client module #notest #nocov", function()
local requests = 0
local function response_callback(res)
requests = requests - 1

Loading…
Cancel
Save