From 9f078ac580ca504df0f3d235a1f883c2779c5bee Mon Sep 17 00:00:00 2001 From: roytam1 Date: Thu, 28 Apr 2022 11:40:11 +0800 Subject: [PATCH] [network] fix build --- netwerk/protocol/http/nsHttpChannel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/netwerk/protocol/http/nsHttpChannel.cpp b/netwerk/protocol/http/nsHttpChannel.cpp index bee127a45d..97e72b94d3 100644 --- a/netwerk/protocol/http/nsHttpChannel.cpp +++ b/netwerk/protocol/http/nsHttpChannel.cpp @@ -5828,6 +5828,7 @@ nsHttpChannel::HandleBeginConnectContinue() nsresult nsHttpChannel::BeginConnectContinue() { + nsresult rv; // Check if request was cancelled during suspend AFTER on-modify-request or // on-useragent. if (mCanceled) {