http2 icon indicating copy to clipboard operation
http2 copied to clipboard

type *Client has no field or method Do

Open jney opened this issue 6 months ago • 1 comments

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/[email protected]/configure.go:21:18: ca.client.Do undefined (type *Client has no field or method Do)

jney avatar Jul 03 '25 15:07 jney

yes same

Destroyer-XR avatar Aug 28 '25 09:08 Destroyer-XR