Describe the bug
Using the go.mod provided, do go clean -modcache and then do a go mod download. The download will hang.
Error Message
If applicable add error message to help explain your problem or console output enclose in triple back-ticks eg,
```console
> go mod download
go: downloading go1.25.0 (linux/amd64)
go: download go1.25.0: golang.org/toolchain@v0.0.1-go1.25.0.linux-amd64: reading https://depot.wamblee.org/repository/wamblee-go-proxy/golang.org/toolchain/@v/v0.0.1-go1.25.0.linux-amd64.zip: 504 Gateway Timeout
```
To Reproduce
Steps to reproduce the behavior:
go clean --modcache
go mod download
Expected behavior
A clear and concise description of what you expected to happen.
Downloads artifacts at least at the same speed as the internet, but it also hangs when I am doing a download for a go module that I already built before through athens.
Environment (please complete the following information):
- OS: [e.g. Linux 64bit] Debian trixie amd64
- Go version : 1.26.0 (also fails with other versions)
- Proxy version : 0.18.1
- Storage (fs/mongodb/s3 etc.) :
Additional context
Add any other context about the problem here.
Describe the bug
Using the go.mod provided, do
go clean -modcacheand then do ago mod download. The download will hang.Error Message
If applicable add error message to help explain your problem or console output enclose in triple back-ticks eg,
To Reproduce
Steps to reproduce the behavior:
go clean --modcachego mod downloadExpected behavior
A clear and concise description of what you expected to happen.
Downloads artifacts at least at the same speed as the internet, but it also hangs when I am doing a download for a go module that I already built before through athens.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.