Please check the following items and answer all the questions when reporting a bug,
otherwise it will be closed immediately.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
# Minimal reproducible code, like target websites, and request parameters, etc.
Expected behavior
A clear and concise description of what you expected to happen.
Versions
- OS: [e.g. linux x64, Windows 7, macOS Sequoia]
- curl_cffi version [e.g. 0.5.7, 0.7.3]
pip freeze dump
Additional context
- Which session are you using? async or sync?
- If using async session, which loop implementation are you using?
- If you have tried, does this work with other http clients, e.g.
requests, httpx or real browsers.