mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 01:51:23 +02:00
use new gzdecoder, fixes gz streaming #228
This commit is contained in:
@ -438,7 +438,7 @@ fn test_default_headers() {
|
||||
let repr = format!("{:?}", request);
|
||||
assert!(repr.contains("\"accept-encoding\": \"gzip, deflate\""));
|
||||
assert!(repr.contains(concat!(
|
||||
"\"user-agent\": \"Actix-web/",
|
||||
"\"user-agent\": \"actix-web/",
|
||||
env!("CARGO_PKG_VERSION"),
|
||||
"\""
|
||||
)));
|
||||
|
Reference in New Issue
Block a user