mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-24 22:35:36 +02:00
HRS security fixes (#2363)
This commit is contained in:
@@ -196,7 +196,7 @@ pub enum ParseError {
|
||||
#[display(fmt = "IO error: {}", _0)]
|
||||
Io(io::Error),
|
||||
|
||||
/// Parsing a field as string failed
|
||||
/// Parsing a field as string failed.
|
||||
#[display(fmt = "UTF8 error: {}", _0)]
|
||||
Utf8(Utf8Error),
|
||||
}
|
||||
|
Reference in New Issue
Block a user