Mauro Asprea
Mauro Asprea
@ts-3156 could you re-submit this on my fork at [brutuscat/medusa](https://github.com/brutuscat/medusa) @chriskite no longer maintain this, but I am trying to re-launch a similar gem using code here in my fork.
BTW I've seen this problem too and I seems fixed in my master branch https://github.com/brutuscat/medusa/blob/master/lib/medusa/page.rb#L161
@labolado could you make a PR in https://github.com/brutuscat/medusa?
@ashmckenzie would you please submit a new PR in the new fork called [Medusa](https://github.com/brutuscat/medusa)? Instead of using `Net::HTTP` uses `OpenURI`, which means that the headers should be passed in the...
@atgs-ghayakawa @paresharma could u help adapt this PR to a new PR in the new fork called [Medusa](https://github.com/brutuscat/medusa)?
@takuros Take a look at my branch at https://github.com/brutuscat/anemone/tree/use-openuri (use-openuri branch) I replaced net::http for OpenURI which does the charset discovery automagically.
@lankz I don't quite follow... I'm happy to accept this PR in the [Medusa fork](https://github.com/brutuscat/medusa/) if you please could explain a bit better the use case and re-post it there...
@christianhellsten I think this would be fixed in the new [Medusa fork](https://github.com/brutuscat/medusa/) since it uses OpenURI that does [redirect and URI handling](https://github.com/ruby/ruby/blob/v1_9_3_551/lib/open-uri.rb#L207).
@zakwanhaj I'm happy to include this if you add tests and re-submit to the [Medusa fork](https://github.com/brutuscat/medusa/)
@themusicman as far as it seems this should not be an issue... See code for `Net::HTTP` https://github.com/ruby/ruby/blob/v1_9_3_551/lib/net/http.rb#L1019