Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new curl features #331

Merged
merged 1 commit into from
Jan 3, 2018
Merged

Add new curl features #331

merged 1 commit into from
Jan 3, 2018

Conversation

mkauf
Copy link
Contributor

@mkauf mkauf commented Oct 31, 2017

For HTTP/2:

  • CURLOPT_PIPEWAIT
  • CURL_HTTP_VERSION_2TLS

Speed control:

  • CURLOPT_MAX_RECV_SPEED_LARGE
  • CURLOPT_MAX_SEND_SPEED_LARGE

New errors:

  • eCurlErrFTPPRETFailed
  • eCurlErrRTSPCseqError
  • eCurlErrRTSPSessionError
  • eCurlErrFTPBadFileList
  • eCurlErrChunkFailed
  • eCurlErrNoConnectionAvailable
  • eCurlErrSSLPinnedPubKeyNotMatch
  • eCurlErrSSLInvalidCertStatus
  • eCurlErrHTTP2Stream

For HTTP/2:
- CURLOPT_PIPEWAIT
- CURL_HTTP_VERSION_2TLS

Speed control:
- CURLOPT_MAX_RECV_SPEED_LARGE
- CURLOPT_MAX_SEND_SPEED_LARGE

New errors:
- eCurlErrFTPPRETFailed
- eCurlErrRTSPCseqError
- eCurlErrRTSPSessionError
- eCurlErrFTPBadFileList
- eCurlErrChunkFailed
- eCurlErrNoConnectionAvailable
- eCurlErrSSLPinnedPubKeyNotMatch
- eCurlErrSSLInvalidCertStatus
- eCurlErrHTTP2Stream
@taf2 taf2 merged commit 9ad2230 into taf2:master Jan 3, 2018
@mkauf mkauf deleted the new_curl_features branch November 22, 2018 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants