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: Use HTTP/1.1 for downloading server #484

Closed
wants to merge 1 commit into from

Conversation

DreeBotScott
Copy link

Recently, downloads of the Minecraft Bedrock server have failed with the error curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR (err 2). This is due to recent versions of curl defaulting to HTTP/2 with invalid header options. The simplest workaround is to revert to HTTP/1.1 for the download request.

@itzg
Copy link
Owner

itzg commented Jan 26, 2025

I'm a bit confused (and frustrated) by whatever is going on with curl and Mojang's CDN. That line was just recently changed

a5b46e5

in #459 to fix an issue with the same symptoms

#358

Can you please double check that you are indeed running a version of the image with the change above? Setting DEBUG to "true" and providing those logs would be much appreciated?

While I'm not opposed to accepting this PR with a change to HTTP 1.1, again I'm confused why this seems to be an "unfixed problem" that got "fixed".

@itzg
Copy link
Owner

itzg commented Feb 11, 2025

Please re-open if you think this was still valid.

@itzg itzg closed this Feb 11, 2025
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.

2 participants