diff --git a/pkg/trs_http_api/trshttp_local.go b/pkg/trs_http_api/trshttp_local.go index fc03256..d3f8e11 100644 --- a/pkg/trs_http_api/trshttp_local.go +++ b/pkg/trs_http_api/trshttp_local.go @@ -443,9 +443,6 @@ func createClient(task *HttpTask, tloc *TRSHTTPLocal, clientType string) (client tr.ResponseHeaderTimeout = httpTxPolicy.ResponseHeaderTimeout // if 0 defaults to no timeout tr.TLSHandshakeTimeout = httpTxPolicy.TLSHandshakeTimeout // if 0 defaults to 10s tr.DisableKeepAlives = httpTxPolicy.DisableKeepAlives // if 0 defaults to false - - // TODO: REMOVE IF DOESN"T WORK - tr.ForceAttemptHTTP2 = true } // Wrap base transport with retryablehttp