-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In a nonblocking send, we may be notified that the connection was lost. Currently this is not handled because the return value of flush_send_queue() is ignored. This change DOES NOT change the ABI or the return codes that are returned by zoo_a* async functions. This change DOES close the file descriptor and change zh->state to reflect that the connection was lost. Reorganized to minimize the change in behavior. Always call adaptor_send_queue() even if there was a marshalling error.
- Loading branch information
Showing
1 changed file
with
41 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters