Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jhump committed Nov 11, 2024
1 parent 87677ff commit ca59524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/referenceclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func invoke(ctx context.Context, req *conformancev1.ClientCompatRequest, referen
if tlsConf == nil {
return nil, errors.New("HTTP/3 indicated in request but no TLS info provided")
}
transport = &contextFixTransport{http3.RoundTripper{
transport = &contextFixTransport{http3.Transport{
DisableCompression: true,
TLSClientConfig: tlsConf,
QUICConfig: &quic.Config{MaxIdleTimeout: 20 * time.Second, KeepAlivePeriod: 5 * time.Second},
Expand Down

0 comments on commit ca59524

Please sign in to comment.