mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 937612 - speculative connect after shutdown r=mayhemer
--HG-- extra : rebase_source : bdece017e4a26ad940e25eb052c983edb145e9d3
This commit is contained in:
parent
faafd9833d
commit
2e768f763d
@ -1909,6 +1909,9 @@ NS_IMETHODIMP
|
|||||||
nsHttpHandler::SpeculativeConnect(nsIURI *aURI,
|
nsHttpHandler::SpeculativeConnect(nsIURI *aURI,
|
||||||
nsIInterfaceRequestor *aCallbacks)
|
nsIInterfaceRequestor *aCallbacks)
|
||||||
{
|
{
|
||||||
|
if (!mHandlerActive)
|
||||||
|
return NS_OK;
|
||||||
|
|
||||||
nsISiteSecurityService* sss = gHttpHandler->GetSSService();
|
nsISiteSecurityService* sss = gHttpHandler->GetSSService();
|
||||||
bool isStsHost = false;
|
bool isStsHost = false;
|
||||||
if (!sss)
|
if (!sss)
|
||||||
|
Loading…
Reference in New Issue
Block a user