Bug 1898191 - Remove setWaitForHTTPSSVCRecord, r=necko-reviewers,valentin

We don't need it anymore.

Depends on D211750

Differential Revision: https://phabricator.services.mozilla.com/D211751
This commit is contained in:
Kershaw Chang
2024-05-28 20:06:17 +00:00
parent 48214629b9
commit c3f3fa63f7
15 changed files with 0 additions and 39 deletions

View File

@@ -6276,11 +6276,6 @@ void HttpBaseChannel::MaybeFlushConsoleReports() {
void HttpBaseChannel::DoDiagnosticAssertWhenOnStopNotCalledOnDestroy() {}
NS_IMETHODIMP HttpBaseChannel::SetWaitForHTTPSSVCRecord() {
mCaps |= NS_HTTP_FORCE_WAIT_HTTP_RR;
return NS_OK;
}
bool HttpBaseChannel::Http3Allowed() const {
bool isDirectOrNoProxy =
mProxyInfo ? static_cast<nsProxyInfo*>(mProxyInfo.get())->IsDirect()