Skip to content
New issue

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

fix redirect bug #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix redirect bug #6

wants to merge 1 commit into from

Conversation

yiitz
Copy link

@yiitz yiitz commented Nov 4, 2019

there will throw an error "stopped after 10 redirects" when the server return http status 3xx with a location, which cause infinite loop:
for example, get http://master/file/1 returns 302 http://node1/file/1 and the balancer doesn't contains this host and will modify the host from node1 to master...

there will throw an error "stopped after 10 redirects" when the server return http status 3xx with a location, which cause infinite loop
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.

None yet

1 participant