Currently no way to turn off redirections
Reported by bahuvrihi | February 27th, 2009 @ 11:39 AM
One is programmed in, and made unreachable:
# fetch redirections
redirection_limit = opts[:redirection_limit] || 10
redirection_limit ? fetch_redirection(res, redirection_limit) : res
This should preserve opts[:redirection_limit] if specified and nil.
Comments and changes to this ticket
-
bahuvrihi March 6th, 2009 @ 02:52 PM
- Assigned user set to bahuvrihi
- State changed from new to resolved
-
bahuvrihi March 17th, 2009 @ 10:37 PM
(from [8de7e1fc275221c9eeadb35d556d56e17aac6cf2]) restored the ability to not follow redirects [#7 state:resovled responsible:bahuvrihi] http://github.com/bahuvrihi/tap-...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Referenced by
- 7 Currently no way to turn off redirections (from [8de7e1fc275221c9eeadb35d556d56e17aac6cf2]) restore...