mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +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_eof();
|
||||
|
||||
*bytes = Binary::from(enc.get_mut().take());
|
||||
*bytes = Binary::from(buf.get_mut().take());
|
||||
encoding = ContentEncoding::Identity;
|
||||
}
|
||||
resp.headers_mut().remove(CONTENT_LENGTH);
|
||||
|
Loading…
Reference in New Issue
Block a user