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

refactor alpn support; upgrade openssl to 0.10

This commit is contained in:
Nikolay Kim
2018-01-25 10:24:04 -08:00
parent 78967dea13
commit e8e2ca1526
9 changed files with 124 additions and 39 deletions

View File

@ -1,10 +1,15 @@
# Changes
## 0.3.3 (2018-01-xx)
## 0.3.3 (2018-01-25)
* Stop processing any events after context stop
* Re-enable write back pressure for h1 connections
* Re-enable write back-pressure for h1 connections
* Refactor HttpServer::start_ssl() method
* Upgrade openssl to 0.10
## 0.3.2 (2018-01-21)