Dario Lombardo
Dario Lombardo
Hi, I'm opening a new bug, since the reproducer is different, but I guess it's related to #338. When I use this code ```ruby require 'em-http-request' USER_AGENT = 'Ruby Net::HTTP...
I'm getting this error when passing an URL containing `//?` instead of `/?`. A very simple reproducer is ``` require 'em-http-request' EventMachine.run do value = "http://a.domain.it//?p1=v1&p2=v2" http = EventMachine::HttpRequest.new(value).get end...
Hi, I've noticed that the log message of the running time travel is correctly logged in `time_travel` only when a travel is in place, but it's done unconditionally in `time_travel_return`....