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

Fix no_http2 flag in HttpServer (#526)

This commit is contained in:
Douman
2018-10-02 20:09:31 +03:00
committed by GitHub
parent c8505bb53f
commit f8b176de9e
2 changed files with 3 additions and 2 deletions

View File

@ -21,6 +21,7 @@
* Responses with the following codes: 100, 101, 102, 204 -- are sent without Content-Length header. #521
* Correct usage of `no_http2` flag in `bind_*` methods. #519
## [0.7.8] - 2018-09-17