mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Auto merge of #16225 - jdm:revertpooling, r=KiChjang
Disable HTTP connection pooling The intermittent failures in the nosniff tests appeared once more after #16209 merged, so we should disable this again. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16225) <!-- Reviewable:end -->
This commit is contained in:
commit
dc3765e231
1 changed files with 2 additions and 1 deletions
|
@ -326,7 +326,8 @@ impl CoreResourceManager {
|
|||
hsts_list: group.hsts_list.clone(),
|
||||
cookie_jar: group.cookie_jar.clone(),
|
||||
auth_cache: group.auth_cache.clone(),
|
||||
connector_pool: group.connector.clone(),
|
||||
// FIXME(#15694): use group.connector.clone() instead.
|
||||
connector_pool: create_http_connector("certs"),
|
||||
};
|
||||
let ua = self.user_agent.clone();
|
||||
let dc = self.devtools_chan.clone();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue