diff options
author | Josh Matthews <josh@joshmatthews.net> | 2021-09-07 01:44:56 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2021-11-01 08:46:18 -0400 |
commit | 01681e79c47ebfc45eaca18b79846e4fbe16a959 (patch) | |
tree | 0a26cddd57635e960e97da9ab7c7b57f23e9c423 /components/constellation | |
parent | 74f1eb199e67e82ff713f77f7803f02a25966628 (diff) | |
download | servo-01681e79c47ebfc45eaca18b79846e4fbe16a959.tar.gz servo-01681e79c47ebfc45eaca18b79846e4fbe16a959.zip |
Update nightly rustc.
Diffstat (limited to 'components/constellation')
-rw-r--r-- | components/constellation/network_listener.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |