mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Remove a pointless switch after telemetry cleanup
This commit is contained in:
parent
4c3713155e
commit
813140d8c7
1 changed files with 0 additions and 14 deletions
|
|
@ -1093,20 +1093,6 @@ retryDueToTLSIntolerance(PRErrorCode err, nsNSSSocketInfo* socketInfo)
|
|||
return false;
|
||||
}
|
||||
|
||||
switch (range.max) {
|
||||
case SSL_LIBRARY_VERSION_TLS_1_3:
|
||||
break;
|
||||
case SSL_LIBRARY_VERSION_TLS_1_2:
|
||||
break;
|
||||
case SSL_LIBRARY_VERSION_TLS_1_1:
|
||||
break;
|
||||
case SSL_LIBRARY_VERSION_TLS_1_0:
|
||||
break;
|
||||
default:
|
||||
MOZ_CRASH("impossible TLS version");
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!helpers.rememberIntolerantAtVersion(socketInfo->GetHostName(),
|
||||
socketInfo->GetPort(),
|
||||
range.min, range.max, err)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue