Files
requests/requests
Ian Cordasco ac44b48297 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 --
    ^                             \
    |                             /
    ---<------------<----------<-
2014-09-22 21:01:36 -05:00
..
2014-08-25 13:44:29 -07:00
2014-09-09 12:34:34 -04:00
2014-08-29 11:50:11 -07:00
2013-12-05 17:51:10 -05:00
2014-08-29 11:50:11 -07:00
2014-09-22 21:01:36 -05:00
2014-08-24 19:46:46 -07:00
2014-08-29 12:06:58 -07:00