DescriptionMove HSTS redirection from URLRequest to URLRequestHTTPJob.
As discussed in https://codereview.chromium.org/2053693002#msg22: HSTS is
an HTTP feature, not generally applicable to URLRequests. It makes sense
to move processing out of URLRequest, and into URLRequestHttpJob (where
the work was actually being done anyway).
This patch refactors the implementation a bit, and moves it over to the
latter class.
R=mmenke@chromium.org
Committed: https://crrev.com/549a5c63cc0be42bae1669abddd6ade78221f477
Cr-Commit-Position: refs/heads/master@{#400674}
Patch Set 1 #
Total comments: 12
Patch Set 2 : mmenke@ #
Total comments: 2
Patch Set 3 : mmenke@ too #Patch Set 4 : iOS #
Total comments: 1
Dependent Patchsets: Messages
Total messages: 23 (10 generated)
|