a2 icon indicating copy to clipboard operation
a2 copied to clipboard

Sending a payload with invalid uri chars panics

Open soerenmeier opened this issue 1 year ago • 0 comments

If the device token get's set with invalid uri characters the call to send panics with:

thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: http::Error(InvalidUri(InvalidUriChar))', /home/soeren/.cargo/registry/src/index.crates.io-6f17d22bba15001f/a2-0.7.0/src/client.rs:169:36

soerenmeier avatar Apr 28 '23 18:04 soerenmeier