1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-02 01:31:57 +02:00

on_connect result isnt added to request extensions for http2 requests #1009

This commit is contained in:
Nikolay Kim
2019-09-01 13:15:02 +06:00
parent bae29897d6
commit 63ddd30ee4
7 changed files with 64 additions and 6 deletions

View File

@@ -1,5 +1,12 @@
# Changes
## [0.2.10] - 2019-09-xx
### Fixed
* on_connect result isn't added to request extensions for http2 requests #1009
## [0.2.9] - 2019-08-13
### Changed