Skip to content

Releases: lesismal/nbio

websocket Upgrader can be reused

22 Oct 15:34
f94b40f
Compare
Choose a tag to compare
Pre-release

You don't have to create a new websocket Upgrader for each connection

v1.2.6

11 Oct 16:39
f0f634e
Compare
Choose a tag to compare
Merge pull request #124 from lesismal/body_allocator

websocket: add body allocator config

v1.2.5-beta.1

07 Oct 13:30
7a9cd7d
Compare
Choose a tag to compare
v1.2.5-beta.1 Pre-release
Pre-release

memory optimization for large number of concurrent tls connection

v1.2.5

28 Sep 07:29
fe8165a
Compare
Choose a tag to compare
  1. WebSocket client: write with mask
  2. add WebSocket proxy server example

v1.2.4

28 Sep 04:45
b209b40
Compare
Choose a tag to compare
  1. add HTTP Client
  2. add Websocket Dialer/Client
  3. add HTTP config fields

v1.2.3

21 Sep 05:05
Compare
Choose a tag to compare
  1. fix epoll mod op
  2. clear wtimer

v1.2.2

11 Sep 14:39
37b79bf
Compare
Choose a tag to compare

support nbhttp server update tls certificates

v1.2.1

22 Aug 09:45
Compare
Choose a tag to compare

fix listener exit.

v1.2.0

19 Aug 14:02
Compare
Choose a tag to compare
  1. fix dirty buffer
  2. optimize buffer pool
  3. optimize websocket Upgrader
  4. optimize http/websocket executor
  5. fix autobahn testsuite
  6. details && clear

fix memory corruption issue

11 Aug 13:31
Compare
Choose a tag to compare

The mempool allocator resulted in some memory corruption and autobahn test failures. This release restores the native allocator and adds a copy on the handleMessage method to avoid the buffer from being corrupted in the executor thread