-
Notifications
You must be signed in to change notification settings - Fork 533
Open
Labels
triageIssues that need to be verifiedIssues that need to be verified
Description
Describe the bug
A clear and concise description of what the bug is.
When configuring the proxy ( version 0.13.1) with :
downloadURL = "https://proxy.golang.org"
mode = "redirect"
I got lots of error messages in log like:
ERROR[2:39PM]: redirect http-method=GET http-path=/gopkg.in/gorp.v1/@v/v1.7.2.zip request-id=613a7b67-3b2f-4814-a293-73bd370c4088
INFO[2:39PM]: incoming request http-method=GET http-path=/gopkg.in/gorp.v1/@v/v1.7.2.zip http-status=301 request-id=613a7b67-3b2f-4814-a293-73bd370c4088
while in logs of go download i see:
# get https://athens.example.com/gopkg.in/gorp.v1/@v/v1.7.2.mod: 200 OK (0.062s)
meaning it successfully downloaded the package.
So, what does the ERROR message mean in log ?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
- OS: [e.g. Linux 64bit]
Linux - Go version :
- Proxy version :
0.13.1 - Storage (fs/mongodb/s3 etc.) :
s3
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triageIssues that need to be verifiedIssues that need to be verified