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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user