diff --git a/actix-http/src/h1/dispatcher.rs b/actix-http/src/h1/dispatcher.rs index 131811a9e..ab2e44696 100644 --- a/actix-http/src/h1/dispatcher.rs +++ b/actix-http/src/h1/dispatcher.rs @@ -799,7 +799,7 @@ where match read { Ok(n) => { if n == 0 { - return Ok(Some(true)); + return Ok(Some(false)); } else { read_some = true; unsafe {