1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-12-01 04:00:08 +01:00
actix-net/actix-server/CHANGES.md

23 lines
285 B
Markdown
Raw Permalink Normal View History

2018-12-10 07:14:29 +01:00
# Changes
2018-12-12 23:24:46 +01:00
## [0.1.2] - 2018-12-12
## Changed
* rename ServiceConfig::rt() to ServiceConfig::apply()
### Fixed
* Fix back-pressure for concurrent ssl handshakes
2018-12-11 23:03:06 +01:00
## [0.1.1] - 2018-12-11
* Fix signal handling on windows
2018-12-10 07:14:29 +01:00
## [0.1.0] - 2018-12-09
* Move server to separate crate