| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Patch Release (fixes) source code.tar.gz | 2019-08-28 | 3.1 MB | |
| Patch Release (fixes) source code.zip | 2019-08-28 | 3.3 MB | |
| README.md | 2019-08-28 | 754 Bytes | |
| Totals: 3 Items | 6.4 MB | 0 | |
Fix: (fio_tls) fixes a memory leak in the trusted certificate chain. Credit to @fbrausse for opening PR [#71].
Fix: (fio_tls) fixes compilation / linking flags (including a bug caused by the gcc optimizer -fipa-icf) and improves support for OpenSSL using pkg-config. Credit to @fbrausse for PR [#71].
Fix: (http1) fixes a race-condition between the on_ready and on_data events, that could result in the on_data event being called twice instead of once (only possible with some clients). On multi-threaded workers, this could result in the CPU spinning while the task lock remains busy. Credit to Néstor Coppi (@Shelvak) for exposing the issue and providing an example application with detailed reports. Issue [#75].