1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

add middleware composition tests (#2375)

This commit is contained in:
Rob Ede
2021-08-31 04:18:54 +01:00
committed by GitHub
parent ae35e69382
commit dade818eba
5 changed files with 46 additions and 8 deletions

View File

@ -6,8 +6,10 @@
### Fixed
* Remove slice creation pointing to potential uninitialized data on h1 encoder. [#2364]
* Remove `Into<Error>` bound on `Encoder` body types. [#2375]
[#2364]: https://github.com/actix/actix-web/pull/2364
[#2375]: https://github.com/actix/actix-web/pull/2375
## 3.0.0-beta.8 - 2021-08-09