Releases: IronsDu/brynet
Releases · IronsDu/brynet
v1.12.2
v1.12.1
v1.12.0
v1.11.2
- #115 HTTP keep-alive bug
- #117: In postDisConnect, use runFunctorAfterLoop for call procCloseInLoop,avoid user call postDisConnect in message handler callback, because brynet will use receive buffer after this callback.
- #119: support specified event loop thread to processing IO, user can use this for single logic thread.
fix bug of modify mSendList before use it's element reference
fix bug of used after move
add clang-format
refactor wrapper's chain call style
- remove wrapper's
Option
pattern
v1.0.9
Enhance Http Benchmark
fix bug of keep-alive
fix bug of parse http headers.
set some unnecessary function be private
1、TcpConnection::onEventLoop
2、TcpConnection::initAcceptSSL
3、HttpSession::setClosedCallback
and so on.