We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In case of pacman -Sy and an up to date DB it redirects to the mirror which returns a 304. In theory it has all the info to return a 304 right away.
pacman -Sy
The text was updated successfully, but these errors were encountered:
Filed upstream for starters: etix/mirrorbits#115
Sorry, something went wrong.
https://github.com/golang/go/blob/acb189ea59d7f47e5db075e502dcce5eac6571dc/src/net/http/fs.go#L470 https://github.com/golang/go/blob/acb189ea59d7f47e5db075e502dcce5eac6571dc/src/net/http/fs.go#L535
Mirrorbits does not use the linked HTTP handler but it could serve as an inspiration.
No branches or pull requests
In case of
pacman -Sy
and an up to date DB it redirects to the mirror which returns a 304. In theory it has all the info to return a 304 right away.The text was updated successfully, but these errors were encountered: