Skip to content

Commit 99d169f

Browse files
author
Peter Thorson
committed
Update changelog for recent PRs
1 parent 241741b commit 99d169f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ HEAD
4848
- Compatibility: Add hooks to support `mingw-std-threads` C++11 thread and mutex
4949
polyfill library as an alternative to Boost. #608 Thank you Peter Taylor for
5050
reporting and an initial patch.
51+
- Compatibility: Changed the handshake connection token to 'Upgrade' from
52+
'upgrade'. Technically this header is supposed to be processed case
53+
insensitively. In practice, there are browsers (such as Edge) that don't do
54+
this and they tend to use the uppercase value used as an example in RFC6455.
55+
Thank you Johann Bauer for reporting and a patch. #727
5156
- Bug: Store loggers in shared pointers to avoid crashes related to connections
5257
trying to write logs entries after their respective endpoint has been
5358
deallocated. Thank you Thalhammer for reporting and Jupp Müller for the

0 commit comments

Comments
 (0)