mirror of
https://github.com/actix/actix-web.git
synced 2025-03-13 23:02:39 +00:00
return "chnked" value
This commit is contained in:
parent
a565e71018
commit
a1b96b1cf4
1 changed files with 1 additions and 1 deletions
|
@ -1205,7 +1205,7 @@ mod tests {
|
|||
// type in chunked
|
||||
let mut buf = Buffer::new(
|
||||
"GET /test HTTP/1.1\r\n\
|
||||
transfer-encoding: chunked\r\n\r\n");
|
||||
transfer-encoding: chnked\r\n\r\n");
|
||||
let req = parse_ready!(&mut buf);
|
||||
|
||||
if let Ok(val) = req.chunked() {
|
||||
|
|
Loading…
Reference in a new issue