mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
http load test: use new escape_ascii from Rust 1.60
This commit is contained in:
parent
7215d26ff4
commit
fc9211835e
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ impl Connection {
|
|||
"deserialize response error with {} bytes read: {:?}, text: {}",
|
||||
buffer_position,
|
||||
err,
|
||||
String::from_utf8_lossy(interesting_bytes)
|
||||
interesting_bytes.escape_ascii()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue