Skip to content

type *Client has no field or method Do #73

@jney

Description

@jney

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions