The client side https connection can be silently terminated if TLS socket is aborted with Encryption Alert. The ssl_closed message is delivered to knet_ssl that normally closes the connection but if it happens in the middle of HTTP session then knet_http gracefully closes the connection. However, this is clearly an error.