reqwest icon indicating copy to clipboard operation
reqwest copied to clipboard

Don't panic when parsing invalid Url to Uri

Open mre opened this issue 4 years ago • 2 comments

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

mre avatar Dec 04 '21 16:12 mre

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

mre avatar Jan 31 '22 22:01 mre

@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.

dend avatar Mar 07 '22 22:03 dend