-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Curl - allow setting HTTP version #19845
Conversation
Hi @SikailoISM. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Hi @sivaschenko, thank you for the review. |
Is it possible to bypass the Codacy/PR Quality Review? It fails on the use of curl_setopt, but I don't think that guideline should apply since the write method already calls that function several times. |
Hi @ryanreeves-taxjar , yes, I think that codacy can be ignored in this particular case. |
Can I get an update when this issue will be resolved? It seems like this will happen in 2,3.1, correct? What is the estimate time release for 2.3.1? |
Hi @SikailoISM , sorry for delays in processing and response, it will be soon merged to mainline |
Hi @SikailoISM, thank you for your contribution! |
This fix breaks existing functionality, |
Description
Added allow for setting curl http version
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)
Additional information