Update steps comment to match latest (2023-04-14) spec

This commit is contained in:
cybai 2023-04-14 14:32:28 +09:00
parent 445c90e5c5
commit c4882aab7e
3 changed files with 81 additions and 97 deletions

View file

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