mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Properly exit the core resource thread.
This commit is contained in:
parent
5bfe1de10a
commit
15e8f4f0d4
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ impl ResourceChannelManager {
|
|||
};
|
||||
if let Ok(msg) = data.to() {
|
||||
if !self.process_msg(msg, group, &sender) {
|
||||
break;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue