Reuse the http connector pool between fetches

This commit is contained in:
Matt McCoy 2016-12-26 19:22:02 -05:00 committed by Matt McCoy
parent 9d320d5a34
commit ed075ab552
2 changed files with 5 additions and 2 deletions

View file

@ -325,6 +325,7 @@ impl CoreResourceManager {
cookie_jar: group.cookie_jar.clone(),
auth_cache: group.auth_cache.clone(),
blocked_content: BLOCKED_CONTENT_RULES.clone(),
connector_pool: group.connector.clone(),
};
let ua = self.user_agent.clone();
let dc = self.devtools_chan.clone();