Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CCT-176: Do not wait until the server closes the TLS connection
* Card ID: CCT-176 * Card ID: RHEL-17345 Starting with TLS 1.1, it is not required of the server to send the `close_notify` alert before closing their the connection. TLS 1.3 uses half-close policy which extends this behavior. Candlepin is migrating to Quarkus which does not send these messages by default. This makes subscription-manager hang during the `.sock.unwrap()` because it waits for the message until it timeouts.
- Loading branch information