You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fluent: check if context is cancelled before performing I/O on the connection
There are a number of places in the code where we do not check if the context
is cancelled before reading from or writing to the connection. This commit adds
those checks.
Signed-off-by: Anirudh Aithal <[email protected]>
cr: https://code.amazon.com/reviews/CR-194284782
0 commit comments