You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updates
race_aio() is more efficient, and no longer resets the supplied condition variable or consumes its signals.
Fixes memory leaks in http_server(): handlers were not freed at server teardown, and HTTP streaming connections never released their request objects (#339).
Fixes a rare message leak in the bundled 'libnng' when a socket is closed with an inbound message still in transit (#337).
Fixes a use-after-free in the bundled 'libnng' when an HTTPS request such as ncurl() times out during the TLS handshake (#334).