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

Fix http/2 date header generation

This commit is contained in:
Nikolay Kim
2018-03-20 11:40:05 -07:00
parent 978091cedb
commit c4f4cadb43
4 changed files with 10 additions and 4 deletions

View File

@ -8,9 +8,11 @@
* Allow to set client websocket handshake timeout
* Refactor `TestServer` configuration
* Fix server websockets big payloads support
* Refactor `TestServer` configuration
* Fix http/2 date header generation
## 0.4.9 (2018-03-16)