mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
partially integrate streaming request bodies with http re-direct
This commit is contained in:
parent
ad4dea7d84
commit
c1b76533fa
6 changed files with 132 additions and 44 deletions
|
@ -67,6 +67,7 @@ impl fmt::Debug for dyn TaskBox {
|
|||
}
|
||||
|
||||
/// Encapsulated state required to create cancellable tasks from non-script threads.
|
||||
#[derive(Clone)]
|
||||
pub struct TaskCanceller {
|
||||
pub cancelled: Option<Arc<AtomicBool>>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue