mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-28 01:32:57 +01:00
proper fix for compression
This commit is contained in:
parent
c35d294611
commit
eaab28cd3b
@ -410,7 +410,7 @@ impl PayloadEncoder {
|
|||||||
let _ = enc.write(bytes.as_ref());
|
let _ = enc.write(bytes.as_ref());
|
||||||
let _ = enc.write_eof();
|
let _ = enc.write_eof();
|
||||||
|
|
||||||
*bytes = Binary::from(enc.get_mut().take());
|
*bytes = Binary::from(buf.get_mut().take());
|
||||||
encoding = ContentEncoding::Identity;
|
encoding = ContentEncoding::Identity;
|
||||||
}
|
}
|
||||||
resp.headers_mut().remove(CONTENT_LENGTH);
|
resp.headers_mut().remove(CONTENT_LENGTH);
|
||||||
|
Loading…
Reference in New Issue
Block a user