mirror of
https://github.com/actix/actix-web.git
synced 2024-11-14 04:41:15 +00:00
add missing end of line
This commit is contained in:
parent
781f1a3fef
commit
7f749ac9cc
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ pub(crate) trait MessageType: Sized {
|
|||
dst.extend_from_slice(b"\r\ntransfer-encoding: chunked\r\n")
|
||||
} else {
|
||||
skip_len = false;
|
||||
dst.extend_from_slice(b"\r\n");
|
||||
}
|
||||
}
|
||||
BodyLength::Empty => {
|
||||
|
|
Loading…
Reference in a new issue