We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f7484 commit 962dec5Copy full SHA for 962dec5
algolia/transport/transport.go
@@ -21,7 +21,7 @@ import (
21
iopt "github.com/algolia/algoliasearch-client-go/v3/algolia/internal/opt"
22
)
23
24
-const version = "3.24.0"
+const version = "3.25.0"
25
26
type Transport struct {
27
requester Requester
@@ -41,7 +41,6 @@ func New(
41
extraUserAgent string,
42
compression compression.Compression,
43
) *Transport {
44
-
45
if requester == nil {
46
requester = newDefaultRequester()
47
}
@@ -267,7 +266,6 @@ func buildRequest(
267
266
headers map[string]string,
268
urlParams map[string]string,
269
) (req *http.Request, err error) {
270
271
urlStr := "https://" + host + path
272
isCompressionEnabled := shouldCompress(c, method, body)
273
0 commit comments