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

Makefile.release: Force http 1.1 #4877

Closed

Conversation

chrisohaver
Copy link
Member

Signed-off-by: Chris O'Haver cohaver@infoblox.com

1. Why is this pull request needed and what does it do?

Perhaps not a great idea to do this long term, but for now force http 1.1 for curl ... taking a stab in the dark at sidestepping the recent http2 failures seen in #4853.

2. Which issues (if any) are related?

3. Which documentation changes (if any) need to be made?

4. Does this introduce a backward incompatible change or deprecation?

Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
@chrisohaver
Copy link
Member Author

I suppose we can consider this if the token troubleshooting doesn't pan out.

@codecov-commenter
Copy link

Codecov Report

Merging #4877 (0b53493) into master (93c57b6) will decrease coverage by 0.04%.
The diff coverage is 61.16%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4877      +/-   ##
==========================================
- Coverage   55.70%   55.65%   -0.05%     
==========================================
  Files         224      232       +8     
  Lines       10016    14399    +4383     
==========================================
+ Hits         5579     8014    +2435     
- Misses       3978     5888    +1910     
- Partials      459      497      +38     
Impacted Files Coverage Δ
core/dnsserver/address.go 100.00% <ø> (ø)
core/dnsserver/config.go 0.00% <ø> (ø)
core/dnsserver/onstartup.go 0.00% <0.00%> (ø)
core/dnsserver/server.go 34.69% <0.00%> (+8.37%) ⬆️
plugin/auto/auto.go 0.00% <0.00%> (ø)
plugin/auto/zone.go 78.94% <ø> (+0.68%) ⬆️
plugin/backend_lookup.go 0.00% <0.00%> (ø)
plugin/bind/bind.go 50.00% <0.00%> (-50.00%) ⬇️
plugin/etcd/etcd.go 0.00% <ø> (ø)
plugin/etcd/setup.go 1.14% <0.00%> (-0.26%) ⬇️
... and 292 more

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 8ddb631...0b53493. Read the comment docs.

@miekg
Copy link
Member

miekg commented Sep 21, 2021 via email

@corbot corbot bot closed this Sep 21, 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.

None yet

3 participants