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: set default HTTP protocol to HTTP 1.1 #241

Merged
merged 2 commits into from
Jul 22, 2021
Merged

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Jul 8, 2021

Closes #240
Related to https://github.com/influxdata/EAR/issues/2223

Proposed Changes

Set default http protocol to HTTP 1.1.

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • mvn test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@bednar bednar changed the title fix: set default http protocol to HTTP 1.1 fix: set default HTTP protocol to HTTP 1.1 Jul 8, 2021
@bednar bednar marked this pull request as ready for review July 8, 2021 06:52
@codecov-commenter
Copy link

codecov-commenter commented Jul 8, 2021

Codecov Report

Merging #241 (dac5069) into master (b251542) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #241   +/-   ##
=========================================
  Coverage     89.13%   89.14%           
  Complexity      442      442           
=========================================
  Files           143      143           
  Lines          5752     5756    +4     
  Branches        270      270           
=========================================
+ Hits           5127     5131    +4     
  Misses          546      546           
  Partials         79       79           
Impacted Files Coverage Δ
...om/influxdb/client/flux/FluxConnectionOptions.java 92.00% <100.00%> (+0.16%) ⬆️
...ava/com/influxdb/client/InfluxDBClientOptions.java 96.37% <100.00%> (+0.05%) ⬆️
...uxdb/spring/influx/InfluxDB2AutoConfiguration.java 95.23% <100.00%> (+0.23%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b251542...dac5069. Read the comment docs.

@bednar bednar requested review from rhajek and sranka July 9, 2021 10:11
Copy link
Contributor

@rhajek rhajek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bednar bednar merged commit 4cbe996 into master Jul 22, 2021
@bednar bednar deleted the fix/default-http-protocol branch July 22, 2021 12:24
@bednar bednar added this to the 3.1.0 milestone Jul 22, 2021
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.

Tons of "REFUSED_STREAM caused by: okhttp3.internal.http2.StreamResetException: stream was reset
3 participants