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:
@ -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");
|
||||
|
Reference in New Issue
Block a user