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

Allow to start tls server with HttpServer::serve_tls

This commit is contained in:
Nikolay Kim
2017-11-01 16:34:58 -07:00
parent a12e5e9cf5
commit ec3b139273
8 changed files with 152 additions and 19 deletions

View File

@ -1,6 +1,10 @@
# Changes
## 0.2.1 (2017-11-xx)
* Allow to start tls server with `HttpServer::serve_tls`
## 0.2.0 (2017-10-30)
* Do not use `http::Uri` as it can not parse some valid paths