For example, from `http://example.com/file.html`: relative path `foo` resolves to `http://example.com/file.html/foo` but the correct behavior should be: `http://example.com/foo` I have written a test and possible fix here https://github.com/dezull/rubyretriever/commit/45114e313c9d73e43ce13cf61c687f65dedb18df
For example, from
http://example.com/file.html:relative path
fooresolves tohttp://example.com/file.html/foobut the correct behavior should be:
http://example.com/fooI have written a test and possible fix here dezull@45114e3