mirror of
https://github.com/actix/actix-extras.git
synced 2025-08-19 06:55:37 +02:00
add missing end of line
This commit is contained in:
@@ -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 => {
|
||||
|
Reference in New Issue
Block a user