[RESEND PATCH v2 0/1] rpc: Re-read the data if EAGAIN or EINTR were captured

2025-05-13 Thread yong . huang
From: Hyman Huang v2: 1. Move the retry logic outside of virNetTLSSession{Read,Write} 2. Try re-polling when handing EAGAIN suggested by Daniel v1: 1. Encapsulate the retry logic inside virNetTLSSession{Read,Write} 2. Use VIR_DEBUG instead of VIR_WARN to log the retry operation rfc: https://pat

[PATCH v2 0/1] rpc: Re-read the data if EAGAIN or EINTR were captured

2025-05-13 Thread yong . huang
From: Hyman Huang v2: 1. Move the retry logic outside of virNetTLSSession{Read,Write} 2. Try re-polling when handing EAGAIN suggested by Daniel v1: 1. Encapsulate the retry logic inside virNetTLSSession{Read,Write} 2. Use VIR_DEBUG instead of VIR_WARN to log the retry operation rfc: https://pat