Skip to content

Fix race in unix socket code when closing a socket that has already sent a recv/send event.

Witold Krecicki requested to merge 834-fix-races-in-socket-code-v2 into v9_11

When doing isc_socket_cancel we need to purge the event that might already be in flight. If it has been launched already we need to inform it that it has to bail.

Closes #834 (closed)

Merge request reports