Hi, I've got an issue declaring a http2 client
cli := &fasthttp.Client{
ConfigureClient: func(hc *fasthttp.HostClient) error {
return http2.ConfigureClient(hc, http2.ClientOpts{MaxResponseTime: clientMaxDuration})
}
/home/circleci/go/pkg/mod/github.com/dgrr/http2@v0.3.6-0.20250622161438-d3758a581904/configure.go:21:18: ca.client.Do undefined (type *Client has no field or method Do)