We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee29ee commit 802ad0dCopy full SHA for 802ad0d
proxygen/lib/http/session/HQUpstreamSession.cpp
@@ -395,7 +395,7 @@ void HQUpstreamSession::cleanupUnboundPushStreams(
395
for (auto& it : streamIdToPushId_) {
396
auto streamId = it.first;
397
auto pushId = it.second;
398
- if (!ingressPushStreams_.count(pushId)) {
+ if (!ingressPushStreams_.contains(pushId)) {
399
streamsToCleanup.push_back(streamId);
400
}
401
0 commit comments