net/http.http2ClientConn.writeStreamReset (method)

12 uses

	net/http (current package)
		h2_bundle.go#L6860: 		cc.writeStreamReset(cs.ID, http2ErrCodeCancel, nil)
		h2_bundle.go#L7673: 				cc.writeStreamReset(cs.ID, http2ErrCodeCancel, nil)
		h2_bundle.go#L7683: 				cc.writeStreamReset(cs.ID, http2ErrCodeCancel, nil)
		h2_bundle.go#L7693: 				cc.writeStreamReset(cs.ID, http2ErrCodeCancel, nil)
		h2_bundle.go#L7853: 				cc.writeStreamReset(cs.ID, http2ErrCodeCancel, err)
		h2_bundle.go#L7861: 			cc.writeStreamReset(cs.ID, http2ErrCodeCancel, err)
		h2_bundle.go#L7873: 				cc.writeStreamReset(cs.ID, http2ErrCodeCancel, nil)
		h2_bundle.go#L7912: 			cc.writeStreamReset(cs.ID, http2ErrCodeInternal, err)
		h2_bundle.go#L8331: 				cs.cc.writeStreamReset(cs.ID, se.Code, err)
		h2_bundle.go#L8440: 		cs.cc.writeStreamReset(f.StreamID, http2ErrCodeProtocol, err)
		h2_bundle.go#L8617: 				cc.writeStreamReset(cs.ID, http2ErrCodeProtocol, err)
		h2_bundle.go#L9009: func (cc *http2ClientConn) writeStreamReset(streamID uint32, code http2ErrCode, err error) {