Fix: Shut down TLS before closing socket.
We should first shut down TLS so we can signal the other end a clean shutdown in contrast to a socket failure. Big thanks to wget(1) to find it. Fantastic tool.
Please register or sign in to comment
We should first shut down TLS so we can signal the other end a clean shutdown in contrast to a socket failure. Big thanks to wget(1) to find it. Fantastic tool.