summaryrefslogtreecommitdiff
path: root/lib/go/thrift/http_client.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/go/thrift/http_client.go')
-rw-r--r--lib/go/thrift/http_client.go12
1 files changed, 5 insertions, 7 deletions
diff --git a/lib/go/thrift/http_client.go b/lib/go/thrift/http_client.go
index 15015864f..ce62c96a2 100644
--- a/lib/go/thrift/http_client.go
+++ b/lib/go/thrift/http_client.go
@@ -36,13 +36,11 @@ import (
var DefaultHttpClient *http.Client = http.DefaultClient
type THttpClient struct {
- client *http.Client
- response *http.Response
- url *url.URL
- requestBuffer *bytes.Buffer
- header http.Header
- nsecConnectTimeout int64
- nsecReadTimeout int64
+ client *http.Client
+ response *http.Response
+ url *url.URL
+ requestBuffer *bytes.Buffer
+ header http.Header
}
type THttpClientTransportFactory struct {