Bug 1473736 - Implement necko part of ESNI r=mcmanus

Implement necko part of ESNI

Differential Revision: https://phabricator.services.mozilla.com/D2716
This commit is contained in:
Dragana Damjanovic
2018-09-17 23:08:14 +00:00
parent 849b9a54c1
commit 26aa202e86
56 changed files with 1748 additions and 307 deletions

View File

@@ -3150,6 +3150,14 @@ WebSocketChannel::OnLookupComplete(nsICancelable *aRequest,
return NS_OK;
}
NS_IMETHODIMP
WebSocketChannel::OnLookupByTypeComplete(nsICancelable *aRequest,
nsIDNSByTypeRecord *aRes,
nsresult aStatus)
{
return NS_OK;
}
// nsIProtocolProxyCallback
NS_IMETHODIMP
WebSocketChannel::OnProxyAvailable(nsICancelable *aRequest, nsIChannel *aChannel,