mirror of https://github.com/fafhrd91/actix-web
Update decoder.rs
This commit is contained in:
parent
4f2660a981
commit
1d0a7c1964
|
@ -49,7 +49,7 @@ where
|
||||||
ContentEncoding::Zstd => Some(ContentDecoder::Zstd(Box::new(
|
ContentEncoding::Zstd => Some(ContentDecoder::Zstd(Box::new(
|
||||||
ZstdDecoder::new(Writer::new())
|
ZstdDecoder::new(Writer::new())
|
||||||
.expect(
|
.expect(
|
||||||
"Failed to create zstd decoder. This is a bug and should normally happen. \
|
"Failed to create zstd decoder. This is a bug. \
|
||||||
Please report it to the actix-web repository."
|
Please report it to the actix-web repository."
|
||||||
),
|
),
|
||||||
))),
|
))),
|
||||||
|
|
Loading…
Reference in New Issue