Versions in this module Expand all Collapse all v1 v1.27.0-pre Dec 17, 2019 GO-2023-2153 GO-2023-2153: Denial of service from HTTP/2 Rapid Reset in google.golang.org/grpc v1.26.0 Dec 17, 2019 GO-2023-2153 GO-2023-2153: Denial of service from HTTP/2 Rapid Reset in google.golang.org/grpc Changes in this version + type LRSServer struct + ExpectedEDSClusterName string + ReportingInterval *durationpb.Duration + func (lrss *LRSServer) GetDrops() map[string]uint64 + func (lrss *LRSServer) StreamLoadStats(stream lrsgrpc.LoadReportingService_StreamLoadStatsServer) error + type Request struct + Err error + Req *discoverypb.DiscoveryRequest + type Response struct + Err error + Resp *discoverypb.DiscoveryResponse + type Server struct + Address string + LRS *LRSServer + RequestChan chan *Request + ResponseChan chan *Response + func StartServer(t *testing.T) (*Server, func()) + func (fs *Server) DeltaAggregatedResources(adsgrpc.AggregatedDiscoveryService_DeltaAggregatedResourcesServer) error + func (fs *Server) GetClientConn(t *testing.T) (*grpc.ClientConn, func()) + func (fs *Server) StreamAggregatedResources(s adsgrpc.AggregatedDiscoveryService_StreamAggregatedResourcesServer) error