mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
HEAD requests return Content-Length 0 instead of actual content length #121
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alcalaperez on GitHub (Dec 1, 2025).
Hi,
I am opening an issue because I just upgraded to the latest version (v.0.20.10) and I started having issues pulling from my Docker registry. I have been testing and all seems to work on app version v.0.20.8.
On newer versions I get the following error:
When doing the Curl call to my registry:
I did the same test using v0.20.8 and I get proper length:
content-length: 1995My assumption is that something changed on how the content length is managed on the HEAD calls.
@yusing commented on GitHub (Dec 4, 2025):
Fixed in 0.20.11
@alcalaperez commented on GitHub (Dec 4, 2025):
Tested with latest 0.20.12, now working as expected, many thanks for your work!