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

Import http2 fix #1582

Merged
merged 4 commits into from
Jun 9, 2021
Merged

Import http2 fix #1582

merged 4 commits into from
Jun 9, 2021

Conversation

pcapriotti
Copy link
Contributor

This should fix the issue we were experiencing with end2end tests randomly failing on CI. The underlying problem is that the nginx controller proxying the federator uses an HTTP2 feature which was implemented incorrectly in the http2 library, which we indirectly depend on. See kazu-yamamoto/http2#27.

This imports a fix from our fork into our stackage snapshot.

stack.yaml Outdated Show resolved Hide resolved
Copy link
Member

@jschaul jschaul left a comment

Choose a reason for hiding this comment

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

Could you in the comment add a link to the issue, and could you also maybe make a PR upstream (and reference that one here in the comments, too)?

@pcapriotti
Copy link
Contributor Author

Could you in the comment add a link to the issue, and could you also maybe make a PR upstream (and reference that one here in the comments, too)?

Done: kazu-yamamoto/http2#28

@pcapriotti pcapriotti merged commit 17a3d3a into develop Jun 9, 2021
@pcapriotti pcapriotti deleted the pcapriotti/flaky-end2end branch June 9, 2021 13:05
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.

3 participants