-
-
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 issueI-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.I-wrongAn incorrect behaviour is observed.An incorrect behaviour is observed.
Description
There are a couple steps here:
- replace the free-form string in the
Resultthat network listeners receive with the LoadError type fromhttp_loader.rs - propagate the errors from
load_for_consumerto the network receiver instead of sending a string - convert the other network loaders to use the LoadError values
- move the SSL validation error handling into the HTML parser network listener (
servohtmlparser.rs) - make
headers_availabletake aResult<Metadata, LoadError>value to reflect the possibility of early errors (such as SSL validation failure)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-networkC-assignedThere is someone working on resolving the issueThere is someone working on resolving the issueI-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.I-wrongAn incorrect behaviour is observed.An incorrect behaviour is observed.