Commit 3806b80b authored by Dominik Charousset's avatar Dominik Charousset

Document bugfix for the I/O write backoff handling

parent 0dabf111
...@@ -3,6 +3,15 @@ ...@@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file. The format All notable changes to this project will be documented in this file. The format
is based on [Keep a Changelog](https://keepachangelog.com). is based on [Keep a Changelog](https://keepachangelog.com).
## Unreleased
### Fixed
- 0.18.4 introduced a potential crash when using the OpenSSL module and
encountering `SSL_ERROR_WANT_READ`. The crash manifested if CAF resumed a
write operation but failed to fully reset its state. The state management (and
consequently the crash) has been fixed.
## [0.18.4] - 2021-07-07 ## [0.18.4] - 2021-07-07
### Added ### Added
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment