Bug 220817

Summary: [Curl] Remove invalid HTTP version checks
Product: WebKit Reporter: Don Olmstead <don.olmstead>
Component: PlatformAssignee: Don Olmstead <don.olmstead>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, galpeter, Hironori.Fujii, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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>