mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-30 20:04:26 +02:00
spelling check
This commit is contained in:
@ -1206,7 +1206,7 @@ mod tests {
|
||||
|
||||
let mut buf = Buffer::new(
|
||||
"GET /test HTTP/1.1\r\n\
|
||||
transfer-encoding: chnked\r\n\r\n");
|
||||
transfer-encoding: chunked\r\n\r\n");
|
||||
let req = parse_ready!(&mut buf);
|
||||
|
||||
if let Ok(val) = req.chunked() {
|
||||
|
Reference in New Issue
Block a user