Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
  • Loading branch information
alyssawilk committed Jun 24, 2024
1 parent 08d1aff commit eed8634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/common/http/conn_pool_grid.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ class ConnectivityGrid : public ConnectionPool::Instance,
ConnectionPool::Callbacks& callbacks, const Instance::StreamOptions& options);

bool hasNotifiedCaller() { return inner_callbacks_ == nullptr; }

// Event::DeferredDeletable
// The wrapper is being deleted - cancel all alarms.
void deleteIsPending() override { next_attempt_timer_.reset(); }

Expand Down

0 comments on commit eed8634

Please sign in to comment.