From df83582cbe26cebbc6cb656367dd658dc7093658 Mon Sep 17 00:00:00 2001 From: Joel Hill Date: Fri, 4 Jan 2019 22:23:43 -0800 Subject: [PATCH] upgraded the http blaster to v5.2.3 --- .../github.com/joelhill/go-rest-http-blaster/client.go | 2 +- vendor/vendor.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vendor/github.com/joelhill/go-rest-http-blaster/client.go b/vendor/github.com/joelhill/go-rest-http-blaster/client.go index c21b929..910c72b 100644 --- a/vendor/github.com/joelhill/go-rest-http-blaster/client.go +++ b/vendor/github.com/joelhill/go-rest-http-blaster/client.go @@ -29,7 +29,7 @@ const ( userAgentHeader = "User-Agent" contentLengthHeader = "Content-Length" acceptHeader = "Accept" - requestTimeout = 8 * time.Second // the max amount of time for the entire request before failing + requestTimeout = 12 * time.Second // the max amount of time for the entire request before failing sockTimeout = 2 * time.Second // the max amount of time attempting to make the tcp connection tlsTimeout = 2 * time.Second // the max amount of time establishing TLS handshake idleTimeout = 10 * time.Second // the amount of time to keep idle connections available before closing them diff --git a/vendor/vendor.json b/vendor/vendor.json index cc617df..487ae6c 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -9,12 +9,12 @@ "revisionTime": "2018-04-24T14:44:58Z" }, { - "checksumSHA1": "/RP6aLhIdf1JduhU6qagIBwKVGk=", + "checksumSHA1": "vTFE05z25gKM3F8qfIGBqJhfEoM=", "path": "github.com/joelhill/go-rest-http-blaster", - "revision": "3aeeb9a5a433381cdad72a080e0ea83329eb8794", - "revisionTime": "2018-12-31T07:07:23Z", - "version": "v5.2.2", - "versionExact": "v5.2.2" + "revision": "a894202e89e7787d37c34d85f46f14b621213453", + "revisionTime": "2019-01-05T06:20:57Z", + "version": "v5.2.3", + "versionExact": "v5.2.3" }, { "checksumSHA1": "wIcN7tZiF441h08RHAm4NV8cYO4=",