Crash when malformed uri
Open
enhancement
- Dominant language
- Rust
- Stars
- 1.5k
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
```
let res = surf::get("abc").recv_string(data).await;
```
As above, this will cause the program to crash.
Contributor guide
Assessment
This issue has not been assessed yet.