-
Notifications
You must be signed in to change notification settings - Fork 51
Switch default networking backend to curl #196
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
Conversation
|
Locally I got a: I am not sure what's different between local and CI, I'll give it a look. I think locally |
|
Can you show me the full error? |
|
Sure: |
|
That's strange! I cannot reproduce locally and CI doesn't seem to fail either. |
822863a to
49a5654
Compare
…code custom headers as query params
… merge in main by the time this makes it there)
49a5654 to
19559ef
Compare
|
@DinosL: I rebased this on origin/main, I hope I have not messed up too much your workflow. Idea is checking this + other PR (now landed) where it stands. |
|
After merging other 2 PRs and rebase, this looks great. Could you review the test modifications, what needs to stay in and what could be reverted?
I think at least some have been solved now. |
|
Agreed, they should be fixed now. I reverted them and hope CI agrees. 😃 |
|
Thanks!! |
Some tests currently fail when using the
curlbackend. These tests are temporarily forced to usehttplibinstead.url_encode.test: should be fixed by #193