Skip to content

Commit

Permalink
Fix unintention line deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
arjan-bal committed Jun 26, 2024
1 parent 2553b9f commit 4164267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xds/internal/xdsclient/transport/loadreport.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ func (t *Transport) recvFirstLoadStatsResponse(stream lrsStream) ([]string, time

return clusters, interval, nil
}

func (t *Transport) sendLoadStatsRequest(stream lrsStream, loads []*load.Data) error {
clusterStats := make([]*v3endpointpb.ClusterStats, 0, len(loads))
for _, sd := range loads {
Expand Down

0 comments on commit 4164267

Please sign in to comment.