-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
A-networkC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueE-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.I-refactorNo impact; the issue is one of maintainability or tidiness. Proposed solution requires refactoring.No impact; the issue is one of maintainability or tidiness. Proposed solution requires refactoring.
Description
The user agent string is only useful for HTTP requests, but we're passing it to every resource loader factory. We can treat it like the other HTTP-only data (hsts_list, cookie_storage, etc.) in ResourceManager::load and clean up the other resources loaders that don't use it (see the _user_agent argument in the from_factory function.
Code: components/net/resource_task.rs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-networkC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueE-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.I-refactorNo impact; the issue is one of maintainability or tidiness. Proposed solution requires refactoring.No impact; the issue is one of maintainability or tidiness. Proposed solution requires refactoring.