savonrb / httpi

Common interface for Ruby's HTTP clients
http://httpirb.com
MIT License
300 stars 150 forks source link

Support limiting redirects #157

Closed sobrinho closed 9 years ago

sobrinho commented 9 years ago

HTTPI hangs if a infinite redirect URL is given using net/http adapter.

Would be nice to have some sort of configuration to set the limit of redirects, wdyt?

I would be happy to implement if you agree.

rogerleite commented 9 years ago

It would be great!