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

fix adding multiple response headers for http/2 #446

This commit is contained in:
Nikolay Kim
2018-08-04 08:56:33 -07:00
parent 84b27db218
commit 85e7548088
2 changed files with 4 additions and 2 deletions

View File

@ -17,6 +17,8 @@
* Fixed headers formating for CORS Middleware Access-Control-Expose-Headers #436
* Fix adding multiple response headers #446
## [0.7.3] - 2018-08-01