From 01681e79c47ebfc45eaca18b79846e4fbe16a959 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 7 Sep 2021 01:44:56 -0400 Subject: Update nightly rustc. --- components/constellation/network_listener.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/constellation') diff --git a/components/constellation/network_listener.rs b/components/constellation/network_listener.rs index ec962b42f17..cae32c51f0b 100644 --- a/components/constellation/network_listener.rs +++ b/components/constellation/network_listener.rs @@ -143,7 +143,7 @@ impl NetworkListener { // // Ideally the Fetch code would handle manual redirects on its own self.initiate_fetch(None); - } + }, _ => { // Response should be processed by script thread. self.should_send = true; -- cgit v1.2.3