1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-14 12:51:17 +00:00

add missing end of line

This commit is contained in:
Nikolay Kim 2019-02-18 22:34:22 -08:00
parent 781f1a3fef
commit 7f749ac9cc

View file

@ -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 => {