1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 06:39:22 +02:00

Allow to re-construct ServiceRequest from HttpRequest and Payload #1088

This commit is contained in:
Nikolay Kim
2019-09-13 11:56:24 +06:00
parent e35d930ef9
commit a32573bb58
3 changed files with 55 additions and 4 deletions

View File

@ -8,6 +8,8 @@
### Fixed
* h2 will use error response #1080
* on_connect result isn't added to request extensions for http2 requests #1009