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(core): Make sure OpenDAL works with http2 on GCS #2956

Merged
merged 2 commits into from
Aug 28, 2023
Merged

Conversation

Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Aug 28, 2023

The GCS Server is not functioning correctly when requests contain the HOST header in http/2. Our upstream projects, hyper and reqwest, are also unwilling to change their behavior. Therefore, this PR will implement these tricks for both the s3 and gcs services to prevent users from encountering unexpected protocol errors.

Copy link
Member

@suyanhanx suyanhanx left a comment

Choose a reason for hiding this comment

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

Thanks

@Xuanwo Xuanwo merged commit d83d1f0 into main Aug 28, 2023
86 checks passed
@Xuanwo Xuanwo deleted the apply-http2-tricks branch August 28, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Visit gcs via services s3 could raising http2 related errors
2 participants