Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rare case where eof was sent on buf_channel when retry happens
In a rare case if an EOF is sent, then a retry is triggered by contract an EOF needs to be sent again, but without this patch we are not allowed to send and EOF after one is already sent.
- Loading branch information