Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix issue with Docker API version negotiation in Traefik#4

Merged
FoxxMD merged 3 commits into
FoxxMD:mainfrom
andreasbrett:fix_head_requests
Jun 11, 2026
Merged

Fix issue with Docker API version negotiation in Traefik#4
FoxxMD merged 3 commits into
FoxxMD:mainfrom
andreasbrett:fix_head_requests

Conversation

@andreasbrett

Copy link
Copy Markdown
Contributor

Fixes an issue with Traefik and Docker v29+ where docker-proxy-filter doesn't correctly handle HEAD requests to /_ping used for API version negotiation.

Traefik >=2.11.31 / >=3.6.1 auto-negotiates the Docker API version by sending a HEAD request to /_ping. docker-proxy-filter currently doesn’t respond correctly, causing a hang since Docker doesn’t return a body for HEAD requests.

See traefik/traefik#12256

@FoxxMD FoxxMD merged commit d2f671a into FoxxMD:main Jun 11, 2026
@FoxxMD

FoxxMD commented Jun 11, 2026

Copy link
Copy Markdown
Owner

Sorry i missed this PR!

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