We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
req/lib/req.ex
Lines 297 to 298 in bfabe15
Documented to use both http1 and http2
req/lib/req/steps.ex
Lines 983 to 984 in bfabe15
Implementation default is just http1
The text was updated successfully, but these errors were encountered:
Good catch, implementation is wrong and we should be sending to Finch protocols: [:http1, :http2] by default.
protocols: [:http1, :http2]
Sorry, something went wrong.
c1331b5
FYI I've temporarily switched back to protocols: [:http1] due to sneako/finch#265. The plan is to go back to http1+http2 once that's fixed.
protocols: [:http1]
No branches or pull requests
req/lib/req.ex
Lines 297 to 298 in bfabe15
Documented to use both http1 and http2
req/lib/req/steps.ex
Lines 983 to 984 in bfabe15
Implementation default is just http1
The text was updated successfully, but these errors were encountered: