Skip to content

Commit

Permalink
remove unused HTTP3.md; fix conflicts with new version curl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jz committed Oct 6, 2023
1 parent 7c7699f commit 8d5d6b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 376 deletions.
373 changes: 0 additions & 373 deletions deps/curl-8.3.0/docs/HTTP3.md

This file was deleted.

6 changes: 3 additions & 3 deletions deps/curl-8.3.0/include/curl/curl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2215,13 +2215,13 @@ typedef enum {
CURLOPT(CURLOPT_HAPROXY_CLIENT_IP, CURLOPTTYPE_STRINGPOINT, 323),

/* Snowflake options. True if enabling ocsp check */
CURLOPT(CURLOPT_SSL_SF_OCSP_CHECK, CURLOPTTYPE_LONG, 323),
CURLOPT(CURLOPT_SSL_SF_OCSP_CHECK, CURLOPTTYPE_LONG, 324),

/* Snowflake options. True if soft fail is enabled */
CURLOPT(CURLOPT_SSL_SF_OCSP_FAIL_OPEN, CURLOPTTYPE_LONG, 324),
CURLOPT(CURLOPT_SSL_SF_OCSP_FAIL_OPEN, CURLOPTTYPE_LONG, 325),

/* Snowflake options. True if OOB telemetry is enabled. Defaults to false */
CURLOPT(CURLOPT_SSL_SF_OOB_ENABLE, CURLOPTTYPE_LONG, 325),
CURLOPT(CURLOPT_SSL_SF_OOB_ENABLE, CURLOPTTYPE_LONG, 326),

CURLOPT_LASTENTRY /* the last unused */
} CURLoption;
Expand Down

0 comments on commit 8d5d6b1

Please sign in to comment.