From 580d22c8bcd7e3173dd70937ddff2729c55b96a5 Mon Sep 17 00:00:00 2001 From: "darin%netscape.com" Date: Thu, 27 Mar 2003 18:47:34 +0000 Subject: [PATCH] fixes topcrash bug 199492 "crash while submitting form on www.sony.com [@nsHttpConnection::CloseTransaction]" r+sr=alecf a=dbaron --- netwerk/protocol/http/src/nsHttpChannel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/netwerk/protocol/http/src/nsHttpChannel.cpp b/netwerk/protocol/http/src/nsHttpChannel.cpp index 74a4507efa1d..a1330f9315ad 100644 --- a/netwerk/protocol/http/src/nsHttpChannel.cpp +++ b/netwerk/protocol/http/src/nsHttpChannel.cpp @@ -3014,8 +3014,6 @@ nsHttpChannel::OnStopRequest(nsIRequest *request, nsISupports *ctxt, nsresult st // grab reference to connection in case we need to retry an // authentication request over it. nsRefPtr conn = mTransaction->Connection(); - if (conn) - mTransaction->SetConnection(nsnull); // at this point, we're done with the transaction NS_RELEASE(mTransaction);