зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1296287 - Add alert_emails & bug_numbers for new HTTP_RESPONSE_STATUS_CODE probe. r=gfritzsche
This commit is contained in:
Родитель
14a899b828
Коммит
70b6df38d3
|
@ -1393,7 +1393,9 @@
|
|||
"description": "Was the URL upgraded to HTTPS? (0=already HTTPS, 1=no reason to upgrade, 2=STS upgrade blocked by pref, 3=upgraded with STS, 4=upgraded with CSP)"
|
||||
},
|
||||
"HTTP_RESPONSE_STATUS_CODE": {
|
||||
"expires_in_version": "never",
|
||||
"alert_emails": ["ckerschbaumer@mozilla.com"],
|
||||
"bug_numbers": [1272345, 1296287],
|
||||
"expires_in_version": "56",
|
||||
"kind": "enumerated",
|
||||
"n_values": 12,
|
||||
"description": "Whether the URL gets redirected? (0=200, 1=301, 2=302, 3=304, 4=307, 5=308, 6=400, 7=401, 8=403, 9=404, 10=500, 11=other)"
|
||||
|
|
|
@ -359,7 +359,6 @@
|
|||
"HTTP_RESPONSE_VERSION",
|
||||
"HTTP_SAW_QUIC_ALT_PROTOCOL",
|
||||
"HTTP_SCHEME_UPGRADE",
|
||||
"HTTP_RESPONSE_STATUS_CODE",
|
||||
"HTTP_SUBITEM_FIRST_BYTE_LATENCY_TIME",
|
||||
"HTTP_SUBITEM_OPEN_LATENCY_TIME",
|
||||
"HTTP_SUB_CACHE_READ_TIME",
|
||||
|
@ -1261,7 +1260,6 @@
|
|||
"HTTP_RESPONSE_VERSION",
|
||||
"HTTP_SAW_QUIC_ALT_PROTOCOL",
|
||||
"HTTP_SCHEME_UPGRADE",
|
||||
"HTTP_RESPONSE_STATUS_CODE",
|
||||
"HTTP_SUBITEM_FIRST_BYTE_LATENCY_TIME",
|
||||
"HTTP_SUBITEM_OPEN_LATENCY_TIME",
|
||||
"HTTP_SUB_CACHE_READ_TIME",
|
||||
|
|
Загрузка…
Ссылка в новой задаче