Skip to content

v4.0.0

Compare
Choose a tag to compare
@matyhtf matyhtf released this 14 Jun 09:00
· 6786 commits to master since this release
  • Using c stackful coroutine
  • Allow to create server in multiple processes
  • Fixed issue where http2 server could not send more than 16K data to Chrome browser client
  • Added Channel->peek method for peeping data
  • Fixed issue where Server->pause/resume could not be used under SWOOLE_PROCESS
  • Removed Linux AIO and use thread pool for asynchronous file IO anyway
  • Added MySQL stored procedure supports