mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-02 18:59:04 +01:00
add missing end of line
This commit is contained in:
parent
781f1a3fef
commit
7f749ac9cc
@ -79,6 +79,7 @@ pub(crate) trait MessageType: Sized {
|
|||||||
dst.extend_from_slice(b"\r\ntransfer-encoding: chunked\r\n")
|
dst.extend_from_slice(b"\r\ntransfer-encoding: chunked\r\n")
|
||||||
} else {
|
} else {
|
||||||
skip_len = false;
|
skip_len = false;
|
||||||
|
dst.extend_from_slice(b"\r\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
BodyLength::Empty => {
|
BodyLength::Empty => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user