Skip to content

nanonext 1.10.2

Latest

Choose a tag to compare

@shikokuchuo shikokuchuo released this 04 Aug 15:46
c3f70b2

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).
  • Fixes compilation on FreeBSD (#332).