Skip to content

Commit 19cad99

Browse files
author
Peter Thorson
committed
credits
1 parent c405097 commit 19cad99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

changelog.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ HEAD
1414
- Improvement: Timers in transport integration tests should only fail if their
1515
own test times out, rather than any test. #643 Thank you Alex Korotkin for
1616
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.
1720
- Compatibility: Make sure the chrono library used by Boost/Asio is in sync
1821
with what the websocketpp is using. Thank you Flow86 for reporting and a
1922
patch.
2023
- Compatibility: Update `telemetry_client` to use a slightly more cross platform
2124
method of sleeping. Should work on windows now. Thank you Meir Yanovich for
2225
reporting.
23-
<<<<<<< HEAD
2426
- Compatibility: Updated permessage-deflate support to reflect that the zlib
2527
library does not actually support a sliding window size of 256 bits.
2628
WebSocket++ will no longer negotiate 256 bit deflate windows. If the user
@@ -43,11 +45,9 @@ HEAD
4345
- Compatibility: Add 1014 close code and adds missing descriptions for codes
4446
1012 and 1013. #589 Thank you jbwdevries and ronneke1996 for reporting and
4547
patches.
46-
=======
4748
- Compatibility: Add hooks to support `mingw-std-threads` C++11 thread and mutex
4849
polyfill library as an alternative to Boost. #608 Thank you Peter Taylor for
4950
reporting and an initial patch.
50-
>>>>>>> pr/608
5151
- Bug: Store loggers in shared pointers to avoid crashes related to connections
5252
trying to write logs entries after their respective endpoint has been
5353
deallocated. Thank you Thalhammer for reporting and Jupp Müller for the

0 commit comments

Comments
 (0)