Auto merge of #28591 - servo:jdm-patch-51, r=jdm

Update rustc to latest nightly.

None
This commit is contained in:
bors-servo 2021-11-01 10:19:52 -04:00 committed by GitHub
commit 9693111c97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 33 additions and 28 deletions

View file

@ -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;