Backed out changeset 3b339694337c (bug 1677987) for causing build bustage on nsHttpChannel.cpp. CLOSED TREE

This commit is contained in:
Butkovits Atila 2020-12-15 19:37:25 +02:00
Родитель 1534629245
Коммит f445afcec2
2 изменённых файлов: 0 добавлений и 15 удалений

Просмотреть файл

@ -7360,10 +7360,6 @@ nsHttpChannel::OnStartRequest(nsIRequest* request) {
Telemetry::Accumulate(Telemetry::HTTP_CHANNEL_ONSTART_SUCCESS,
NS_SUCCEEDED(mStatus));
nsAutoCString key = (mTransaction->IsHttp3Used()) ? "http3"_ns : "no_http3"_ns;
Telemetry::Accumulate(Telemetry::HTTP3_CHANNEL_ONSTART_SUCCESS, key,
NS_SUCCEEDED(mStatus));
if (gTRRService && gTRRService->IsConfirmed()) {
Telemetry::Accumulate(Telemetry::HTTP_CHANNEL_ONSTART_SUCCESS_TRR,
TRRService::AutoDetectedKey(), NS_SUCCEEDED(mStatus));

Просмотреть файл

@ -3438,17 +3438,6 @@
"bug_numbers": [1655566],
"description": "HTTP3: number of times when a stream is blocked by the flow control while sendnig data."
},
"HTTP3_CHANNEL_ONSTART_SUCCESS" : {
"record_in_processes": ["main", "content"],
"products": ["firefox"],
"expires_in_version": "never",
"kind": "boolean",
"description": "Successfully started HTTP channels when HTTP3 is used",
"bug_numbers": [1677987],
"releaseChannelCollection": "opt-out",
"keyed": true,
"alert_emails": ["necko@mozilla.com", "ddamjanovic@mozilla.com"]
},
"HTTP_CONTENT_ENCODING": {
"record_in_processes": ["main", "content"],
"products": ["firefox", "fennec"],