ws echo_server has a -g option to print a greeting message on connect

This commit is contained in:
Benjamin Sergeant
2019-06-08 09:16:33 -07:00
parent d2747487e3
commit 5cb72dce4c
4 changed files with 14 additions and 6 deletions

View File

@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - 2019-06-xx
### Changed
- IXSocketMbedTLS: better error handling in close and connect
- ws echo_server has a -g option to print a greeting message on connect
## [3.1.2] - 2019-06-06
### Added