Fix issue where web sockets don't close on TLS connections
This patch was authored by @EthanLozano and released by @0xTim.
Resolves an issue where web socket connections weren't being closed after being sent a close()
from the client on TLS connections (#89). Resolves (#86)