Skip to content

Releases: IronsDu/brynet

v1.12.2

Choose a tag to compare

@IronsDu IronsDu released this 17 Dec 03:39
d9dda06
  1. support HTTP header callback. #126
  2. fixed move connect option. 0f8356f

v1.12.1

Choose a tag to compare

@IronsDu IronsDu released this 21 Jul 13:55

#125: add #pragma once for SendableMsg.hpp

v1.12.0

Choose a tag to compare

@IronsDu IronsDu released this 03 Jul 10:16
77d9ac3
  1. fix memory leak., set the ITcpService interface's destroy function is virtual
  2. #123 support HTTP HEAD method

v1.11.2

Choose a tag to compare

@IronsDu IronsDu released this 28 Mar 13:08
  1. #115 HTTP keep-alive bug
  2. #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.
  3. #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

Choose a tag to compare

@IronsDu IronsDu released this 13 Nov 02:02
  1. fix issue #107

fix bug of used after move

Choose a tag to compare

@IronsDu IronsDu released this 08 May 06:22
b33f44d

add clang-format

refactor wrapper's chain call style

Choose a tag to compare

@IronsDu IronsDu released this 18 Feb 14:44
  1. remove wrapper's Option pattern

v1.0.9

Choose a tag to compare

@IronsDu IronsDu released this 04 Dec 02:07
  1. refactor msg type for send, we can specify control memory manager.
  2. set high water callback
  3. modify data callback: use packet reader , instead of (const char* buffer, size_t len)
  4. shrink tcp connection's receive buffer

Enhance Http Benchmark

Choose a tag to compare

@IronsDu IronsDu released this 27 Oct 10:17
b0d13e7

fix bug of keep-alive
fix bug of parse http headers.

set some unnecessary function be private

Choose a tag to compare

@IronsDu IronsDu released this 06 Jun 23:29
4879414

1、TcpConnection::onEventLoop
2、TcpConnection::initAcceptSSL
3、HttpSession::setClosedCallback and so on.