Skip to content
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

fix(ca.go): use http/1.1 by default #44

Merged
merged 1 commit into from
Sep 20, 2023
Merged

fix(ca.go): use http/1.1 by default #44

merged 1 commit into from
Sep 20, 2023

Conversation

bassosimone
Copy link
Contributor

The previous martian code used http/1.1 by default. Now I know why: if using http2 we cannot hijack http connections anymore.

While there, mention README.md bug and how to address it.

Part of ooni/probe#2531

The previous martian code used http/1.1 by default. Now I know why: if
using http2 we cannot hijack http connections anymore.

While there, mention `README.md` bug and how to address it.

Part of ooni/probe#2531
@coveralls
Copy link

Pull Request Test Coverage Report for Build 6254412171

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.05%) to 84.794%

Files with Coverage Reduction New Missed Lines %
router.go 2 81.25%
Totals Coverage Status
Change from base Build 6253818241: 0.05%
Covered Lines: 2409
Relevant Lines: 2841

💛 - Coveralls

@bassosimone bassosimone merged commit 15f3ffe into main Sep 20, 2023
@bassosimone bassosimone deleted the issue/2531 branch September 20, 2023 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants