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

3 uses

	golang.org/x/net/http2 (current package)
		transport.go#L2085: 	LastStreamID uint32
		transport.go#L2092: 		e.LastStreamID, e.ErrCode, e.DebugData)
		transport.go#L2119: 			LastStreamID: cc.goAway.LastStreamID,