File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
- Improvement: Timers in transport integration tests should only fail if their
15
15
own test times out, rather than any test. #643 Thank you Alex Korotkin for
16
16
reporting and a patch.
17
+ - Improvement: Preserve transport layer error codes in more cases, particularly
18
+ during calls to ` endpoint::listen ` . #652 Thank you vadz for reporting and
19
+ patches.
17
20
- Compatibility: Make sure the chrono library used by Boost/Asio is in sync
18
21
with what the websocketpp is using. Thank you Flow86 for reporting and a
19
22
patch.
20
23
- Compatibility: Update ` telemetry_client ` to use a slightly more cross platform
21
24
method of sleeping. Should work on windows now. Thank you Meir Yanovich for
22
25
reporting.
23
- <<<<<<< HEAD
24
26
- Compatibility: Updated permessage-deflate support to reflect that the zlib
25
27
library does not actually support a sliding window size of 256 bits.
26
28
WebSocket++ will no longer negotiate 256 bit deflate windows. If the user
43
45
- Compatibility: Add 1014 close code and adds missing descriptions for codes
44
46
1012 and 1013. #589 Thank you jbwdevries and ronneke1996 for reporting and
45
47
patches.
46
- =======
47
48
- Compatibility: Add hooks to support ` mingw-std-threads ` C++11 thread and mutex
48
49
polyfill library as an alternative to Boost. #608 Thank you Peter Taylor for
49
50
reporting and an initial patch.
50
- >>>>>>> pr/608
51
51
- Bug: Store loggers in shared pointers to avoid crashes related to connections
52
52
trying to write logs entries after their respective endpoint has been
53
53
deallocated. Thank you Thalhammer for reporting and Jupp Müller for the
You can’t perform that action at this time.
0 commit comments