1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

prepare awc release 3.1.1

This commit is contained in:
Rob Ede
2023-02-26 03:34:47 +00:00
parent e2fed91efd
commit 115701eb86
4 changed files with 7 additions and 6 deletions

View File

@ -932,7 +932,6 @@ fn http_msg(msg: impl AsRef<str>) -> BytesMut {
.as_ref()
.trim()
.split('\n')
.into_iter()
.map(|line| [line.trim_start(), "\r"].concat())
.collect::<Vec<_>>()
.join("\n");