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 1fd0cde commit cb3a567Copy full SHA for cb3a567
proxygen/lib/http/session/HQSession.cpp
@@ -1523,7 +1523,7 @@ void HQSession::applySettings(const SettingsList& settings) {
1523
break;
1524
case hq::SettingId::ENABLE_WEBTRANSPORT:
1525
hasWT = setting.value;
1526
- LOG(INFO) << "Peer sent ENABLE_WEBTRANSPORT: " << uint32_t(hasWT);
+ VLOG(3) << "Peer sent ENABLE_WEBTRANSPORT: " << uint32_t(hasWT);
1527
supportsWebTransport_.set(folly::to_underlying(SettingEnabled::PEER));
1528
1529
case hq::SettingId::WEBTRANSPORT_MAX_SESSIONS:
0 commit comments