Skip to content

Commit

Permalink
Removed force of HTTP2 - did not help
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlv committed Nov 25, 2024
1 parent ba3672f commit 183d95e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/trs_http_api/trshttp_local.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 183d95e

Please sign in to comment.