You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to set the SSH_COMPRESSION Option and I tested (True, 0, 1) values, but there are value errors. I saw the libcurl documentation, and the values are "1L" or "0L," but I can't use them in Python.
Errors: Failed to setopt CurlOpt.SSH_COMPRESSION True, curl: (48)
Versions
OS: Linux PC12 6.8.0-47-generic
curl_cffi version 0.7.3
The text was updated successfully, but these errors were encountered:
How to set SSH_COMPRESSION Opt value?
I want to set the SSH_COMPRESSION Option and I tested (True, 0, 1) values, but there are value errors. I saw the libcurl documentation, and the values are "1L" or "0L," but I can't use them in Python.
Errors:
Failed to setopt CurlOpt.SSH_COMPRESSION True, curl: (48)
Versions
The text was updated successfully, but these errors were encountered: