Nick Braga
Nick Braga
@pmq20 I can confirm that given the same issue, passing `--clean-tmpdir` solved it.
@cyu Is this still being considered? If not, I can close the PR.
@cyu That makes sense, since it is not an obvious requirement of `parse`. Latest commit does not rely on `URI#parse` to remove the default port. Instead, we use `URI#default_port` to...
@cyu Any feedback on the latest commit?
@cyu The root cause of the issue in requests was fixed (https://github.com/request/request/pull/2904), so I suspect less Ruby apps will run into this. I pivoted this PR to just add a...