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

Avoid getting stuck in a loop #2244

Merged
merged 1 commit into from
Sep 25, 2014
Merged

Commits on Sep 23, 2014

  1. Avoid getting stuck in a loop

    This prevents a case where we make a request to URL A, which 301s to B which
    would then 301 back to A. Alternatively, for less simple schemes, this will
    also prevent us from getting stuck in a loop, e.g., it will prevent the
    following from causing an endless loop:
    
        A -> B -> C -> D -> E -> F --
        ^                             \
        |                             /
        ---<------------<----------<-
    sigmavirus24 committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    ac44b48 View commit details
    Browse the repository at this point in the history