Skip to content

nanonext 1.8.2

Choose a tag to compare

@shikokuchuo shikokuchuo released this 04 Apr 12:04
82421b6

Updates

  • Adds $serve() method for running an HTTP server created by http_server() in synchronous (blocking) mode.
  • stream() gains a buffer argument for setting the receive buffer size for non-websocket byte streams.
  • The n argument of recv() and recv_aio() is deprecated in favour of the new buffer argument of stream().