Bug 220817 - [Curl] Remove invalid HTTP version checks
Summary: [Curl] Remove invalid HTTP version checks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Don Olmstead
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-01-21 13:07 PST by Don Olmstead
Modified: 2021-01-21 15:29 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.69 KB, patch)
2021-01-21 13:37 PST, Don Olmstead
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2021-01-21 13:07:02 PST
Valid returns from CURLINFO_HTTP_VERSION are CURL_HTTP_VERSION_1_0, CURL_HTTP_VERSION_1_1, CURL_HTTP_VERSION_2_0, CURL_HTTP_VERSION_3 or 0 if the version can't be determined.
Comment 1 Don Olmstead 2021-01-21 13:37:04 PST
Created attachment 418078 [details]
Patch
Comment 2 EWS 2021-01-21 15:28:48 PST
Committed r271717: <https://trac.webkit.org/changeset/271717>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 418078 [details].
Comment 3 Radar WebKit Bug Importer 2021-01-21 15:29:14 PST
<rdar://problem/73471865>