update ws CLI11 (our command line argument parsing library) to the latest, which fix a compiler bug about optional

This commit is contained in:
Benjamin Sergeant 2019-09-09 21:25:33 -07:00
parent 64d3c99f99
commit 65c5c5f894
2 changed files with 2971 additions and 833 deletions

View File

@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
- websocket and http server: server does not close the bound client socket in many cases
- improve some websocket error messages
- add a utility function with unittest to parse status line and stop using scanf which triggers warnings on Windows
- update ws CLI11 (our command line argument parsing library) to the latest, which fix a compiler bug about optional
## [6.1.0] - 2019-09-08

File diff suppressed because it is too large Load Diff