v1.4.1
Downloads v1.4.1
Closed issues:
- make sure that
put!(ch, buf)
is callback-safe (#6) - StackOverflowError with curl_multi_socket_action (#94)
- HTTPS - Cert verify failed: BADCERT_NOT_TRUSTED (#97)
- Add .netrc & cookie support (#103)
- Curl.SYSTEM_SSL compares Curl.SSL_VERSION against a typo (#109)
- Using
SSL_NO_VERIFY
stops sending the SNI header (#113)
Merged pull requests:
- Try to use .netrc if available and enable session cookies by default (#98) (@evetion)
- Revert "Disable HTTP/2." (#106) (@fredrikekre)
- add module docstring (#107) (@stevengj)
- fix Curl.SYSTEM_SSL macOS typo and matching test (fix #109) (#111) (@StefanKarpinski)
- tests: fussy netrc test tweaks (#112) (@StefanKarpinski)
- unverified HTTPS: don't set CURLOPT_SSL_VERIFYHOST=0 (#114) (@StefanKarpinski)
- set TLS option CURLSSLOPT_REVOKE_BEST_EFFORT (#115) (@StefanKarpinski)