reqwest
reqwest copied to clipboard
Don't panic when parsing invalid Url to Uri
This provides a way to handle the parsing error up the call stack instead of panicking. See #668.
This change should not impact the public API as Pending still gets returned from execute_request.
@timvisee fyi
Can one of the maintainers have a look here? This is causing some issues in a downstream project. https://github.com/lycheeverse/lychee/issues/483
@seanmonstar any chance you could take a look at this PR? This is impacting some downstream projects that are breaking because of a library-caused panic.