mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
http-cache: wait on pending stores
and various small improvements
This commit is contained in:
parent
e05f0b41ba
commit
4f3ba70704
4 changed files with 239 additions and 92 deletions
|
@ -146,6 +146,7 @@ fn create_http_states(
|
|||
cookie_jar: RwLock::new(cookie_jar),
|
||||
auth_cache: RwLock::new(auth_cache),
|
||||
http_cache: RwLock::new(http_cache),
|
||||
http_cache_state: Mutex::new(HashMap::new()),
|
||||
hsts_list: RwLock::new(hsts_list),
|
||||
history_states: RwLock::new(HashMap::new()),
|
||||
client: create_http_client(ssl_connector_builder, HANDLE.lock().unwrap().executor()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue