curb
curb copied to clipboard
Curl::Err::UnsupportedProtocolError due to whitespace
Discovered call to Curl::Easy.new(url) results in unsupported protocol error if there are any preceding whitespaces in URL, i.e. ' http://www.domain.com', vs 'http://www.domain.com'
Should update method to trim white spaces.