Skip to content

Commit

Permalink
Add missing SSL_FALSESTART curl option
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickheeney committed May 3, 2023
1 parent 5e5934a commit 8d26366
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Curl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ const std::vector<CurlConstant> curlOptionInteger = {
{"SSL_VERIFYSTATUS", CURLOPT_SSL_VERIFYSTATUS},
#endif

#if NODE_LIBCURL_VER_GE(7, 42, 0)
{"SSL_FALSESTART", CURLOPT_SSL_FALSESTART},
#endif

{"SSLVERSION", CURLOPT_SSLVERSION},

#if NODE_LIBCURL_VER_GE(7, 54, 0)
Expand Down

0 comments on commit 8d26366

Please sign in to comment.