golang.org/x/net/http2.GoAwayError.LastStreamID (field)

3 uses

	golang.org/x/net/http2 (current package)
		transport.go#L1752: 	LastStreamID uint32
		transport.go#L1759: 		e.LastStreamID, e.ErrCode, e.DebugData)
		transport.go#L1787: 			LastStreamID: cc.goAway.LastStreamID,