mirror of
https://github.com/curl/curl.git
synced 2026-04-27 15:02:12 +03:00
CURLOPT_H3: removed
There's no use for this anymore and it was never in a release. Closes #4206
This commit is contained in:
parent
db061571ef
commit
084404b8ab
8 changed files with 4 additions and 82 deletions
|
|
@ -920,8 +920,6 @@ typedef enum {
|
|||
#define CURLPROTO_SMBS (1<<27)
|
||||
#define CURLPROTO_ALL (~0) /* enable everything */
|
||||
|
||||
/* bitmask defines for CURLOPT_H3 */
|
||||
|
||||
/* long may be 32 or 64 bits, but we should never depend on anything else
|
||||
but 32 */
|
||||
#define CURLOPTTYPE_LONG 0
|
||||
|
|
@ -1924,11 +1922,8 @@ typedef enum {
|
|||
/* maximum age of a connection to consider it for reuse (in seconds) */
|
||||
CINIT(MAXAGE_CONN, LONG, 288),
|
||||
|
||||
/* Bitmask to control HTTP/3 behavior. See CURLH3_* */
|
||||
CINIT(H3, LONG, 289),
|
||||
|
||||
/* SASL authorisation identity */
|
||||
CINIT(SASL_AUTHZID, STRINGPOINT, 290),
|
||||
CINIT(SASL_AUTHZID, STRINGPOINT, 289),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unused */
|
||||
} CURLoption;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue