On error while doing a client handshake, additionally display port number next to the host name

This commit is contained in:
Benjamin Sergeant
2019-09-17 12:08:52 -07:00
parent 354c9b412e
commit 20ce498d23
5 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
## [6.2.1] - 2019-09-17
- On error while doing a client handshake, additionally display port number next to the host name
## [6.2.0] - 2019-09-09
- websocket and http server: server does not close the bound client socket in many cases