Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

remove golang.org/x/net/http2 #130

Merged
merged 2 commits into from
Oct 10, 2019
Merged

Conversation

catatsuy
Copy link
Contributor

@catatsuy catatsuy commented Oct 10, 2019

HTTP/2 was not available when overwriting TLSClientConfig.
But Go 1.13 can be used with ForceAttemptHTTP2.
If Apple returns an error for http2.GoAwayError,
I change the wording of the error. But all we can do is retry.

cf:

HTTP/2 was not available when overwriting TLSClientConfig.
But Go 1.13 can be used with ForceAttemptHTTP2.
If Apple returns an error for `http2/GoAwayError`,
I change the wording of the error. But all we can do is retry.

cf:
* RobotsAndPencils/buford#71
* golang/go#14627
@catatsuy catatsuy force-pushed the feature_remove_golang_org_net_http2 branch from 0240e56 to 367336f Compare October 10, 2019 08:08
@catatsuy catatsuy merged commit 2822c21 into master Oct 10, 2019
@catatsuy catatsuy deleted the feature_remove_golang_org_net_http2 branch October 10, 2019 08:48
@catatsuy
Copy link
Contributor Author

refs: #121

catatsuy added a commit that referenced this pull request Oct 28, 2019
introduction of major PRs

* update the modules and go version to 1.13 #129
* remove golang.org/x/net/http2 #130
* bug fix #133
This was referenced Oct 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants