Skip to content

Releases: lxzan/gws

v1.8.8

22 Sep 04:53
cfca2d0
Compare
Choose a tag to compare

What's Changed

  • fix ipv6 client connection errors by @lxzan in #116

Full Changelog: v1.8.7...v1.8.8

v1.8.7

21 Aug 13:59
586e980
Compare
Choose a tag to compare
  1. Fix the lazy loading exception of sliding window
  2. Optimize error handling, simplify code logic
  3. Add defensive programming in WriteFile section.

WriteFile

19 Aug 08:43
a6641ec
Compare
Choose a tag to compare
Merge pull request #109 from lxzan/writeReader

WriteFile

v1.8.5

11 Jun 03:50
Compare
Choose a tag to compare

Disable compression threshold, when context takeover is enabled.

v1.8.4

09 Jun 05:06
903f940
Compare
Choose a tag to compare
  1. add async method
  2. export map type, avoiding concurrency issues

v1.8.3

03 May 06:30
e89cffb
Compare
Choose a tag to compare

improve the buffer pool

v1.8.2

23 Apr 08:36
bf09c37
Compare
Choose a tag to compare

Fix: ReadMaxPayloadSize limit may be exceeded when receiving content with very high compression rate.

v1.8.1

19 Feb 08:47
be5b1fd
Compare
Choose a tag to compare
  1. fix tls handshake bug #78
  2. smap switch mutex

v1.8.0

27 Jan 01:05
608b2ed
Compare
Choose a tag to compare
  1. support context_take_over, window_bits
  2. modifying the concurrent map generic constraints

v1.8.0-rc3

24 Jan 13:41
4f35870
Compare
Choose a tag to compare

add writev method