Releases: machinezone/IXWebSocket
Releases · machinezone/IXWebSocket
Saint Louis
What's Changed
- Fix error C2065: 'errorMsg': undeclared identifier by @Cheney-W in #471
- Fix server empty thread name by @lanthora in #478
- Fix MinGW build warning by @lanthora in #482
- Fix #286 - http response headers overwritten with request headers by @glenne in #483
- Fix hanging of WebSocket::stop() waiting for its thread to join by @dacap in #481
- Fix links & update info in README by @michaelfm1211 in #485
- allow building when cpp exceptions are disabled by @arenevier in #489
- Allow building without rtti by @arenevier in #487
- Fix for C++/WinRT compile issue by @rh101 in #493
- Update unittest_windows_gcc.yml by @bsergean in #494
New Contributors
- @glenne made their first contribution in #483
- @dacap made their first contribution in #481
- @michaelfm1211 made their first contribution in #485
- @arenevier made their first contribution in #489
- @rh101 made their first contribution in #493
Full Changelog: v11.4.4...v11.4.5
Maurice Druon
DNS memory leak
gcc 13 build fixes
Alain de Pareilles
Captain of the King's Archers
- Set shorter thread names
- BoringSSL fix with SNI (thanks @maxweisel)
- Websocket computed header is valid Base64 (thanks @rsmmr)
Jacques de Molay
Fix a vcpkg/cmake problem.
Philippe le Bel
Louis X le hutin
Louis X, the first son of Philippe le Bel, of Philip the fair.
Mahaut d'Artois
Mahaut d'Artois, another great character from the Accursed Kings.
Guillaume de Nogaret
Few fixes from the previous one, the most important is in the release name of another famous character from the Accursed Kings.
Robert d'Artois
- C++11 compatible release
- Unittest is being run on CI on Windows now thanks to Github Actions.
For the rare case where release are made, I'll now name them after a character from les rois maudits, a wonderful historical book similar to Games of Thrones.
Early http server POST support with body extraction
v10.4.0 (http server) read body request when the Content-Length is specified …