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

3 uses

	golang.org/x/net/http2 (current package)
		transport.go#L2138: 	LastStreamID uint32
		transport.go#L2145: 		e.LastStreamID, e.ErrCode, e.DebugData)
		transport.go#L2172: 			LastStreamID: cc.goAway.LastStreamID,