mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Update steps comment to match latest (2023-04-14) spec
This commit is contained in:
parent
445c90e5c5
commit
c4882aab7e
3 changed files with 81 additions and 97 deletions
|
@ -272,10 +272,6 @@ impl Headers {
|
|||
self.guard.get()
|
||||
}
|
||||
|
||||
pub fn empty_header_list(&self) {
|
||||
*self.header_list.borrow_mut() = HyperHeaders::new();
|
||||
}
|
||||
|
||||
pub fn set_headers(&self, hyper_headers: HyperHeaders) {
|
||||
*self.header_list.borrow_mut() = hyper_headers;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue