mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
ALPN: fix typo in http/1.1 identifier
According to https://tools.ietf.org/html/draft-ietf-tls-applayerprotoneg-05 it is "http/1.1" and not "http/1.0".
This commit is contained in:
parent
274f932311
commit
316f79cef2
@ -29,7 +29,7 @@
|
||||
|
||||
/* see http://tools.ietf.org/html/draft-ietf-tls-applayerprotoneg-04 */
|
||||
#define ALPN_HTTP_1_1_LENGTH 8
|
||||
#define ALPN_HTTP_1_1 "http/1.0"
|
||||
#define ALPN_HTTP_1_1 "http/1.1"
|
||||
|
||||
bool Curl_ssl_config_matches(struct ssl_config_data* data,
|
||||
struct ssl_config_data* needle);
|
||||
|
Loading…
Reference in New Issue
Block a user