mirror of https://github.com/fafhrd91/actix-web
Update decoder.rs
This commit is contained in:
parent
1d0a7c1964
commit
c3d65d6a6b
|
@ -50,7 +50,7 @@ where
|
|||
ZstdDecoder::new(Writer::new())
|
||||
.expect(
|
||||
"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.",
|
||||
),
|
||||
))),
|
||||
_ => None,
|
||||
|
|
Loading…
Reference in New Issue