net/http.http2ClientConn.werr (field)

8 uses

	net/http (current package)
		h2_bundle.go#L6774: 	werr error      // first write error that has occurred
		h2_bundle.go#L7171: 	cc.bw = bufio.NewWriter(http2stickyErrWriter{c, &cc.werr})
		h2_bundle.go#L7203: 	if cc.werr != nil {
		h2_bundle.go#L7205: 		return nil, cc.werr
		h2_bundle.go#L7598: 		werr := cc.werr
		h2_bundle.go#L7773: 	for len(hdrs) > 0 && cc.werr == nil {
		h2_bundle.go#L7797: 	return cc.werr
		h2_bundle.go#L8892: 	return cc.werr