Skip to content

v1.6.5

Choose a tag to compare

@lesismal lesismal released this 18 Jul 13:58
· 26 commits to master since this release
93aa23d
  1. Engine: change the accept loop to not exit by default when we get an unexpected error, but the users can handle the error by OnAcceptError.
  2. poller: fix read buffer length judgement
  3. Remove useless epoll_wait logic recommended by bytedance's blog
  4. update llib version
  5. 4th layer: support OnDataPtr
  6. websocket: support OnMessagePtr/OnDataFramePtr
  7. http: fix header parsing to use isToken function and add tests for valid tokens #481
  8. websocket: change DefaultBlockingModHandleRead to false

Please update to v1.6.6+, related: #486 (comment)