incorrectly closing the socket. [RT #11291]
+1640. [bug] win32: isc_socket_cancel(ISC_SOCKCANCEL_ACCEPT) was
+ incorrectly closing the socket. [RT #11291]
+
1639. [func] Initial dlv system test.
1638. [bug] "ixfr-from-differences" could generate a REQUIRE
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: socket.c,v 1.31 2004/05/03 23:54:38 marka Exp $ */
+/* $Id: socket.c,v 1.32 2004/05/17 03:15:59 marka Exp $ */
/* This code has been rewritten to take advantage of Windows Sockets
* I/O Completion Ports and Events. I/O Completion Ports is ONLY
isc_socket_newconnev_t *next;
isc_task_t *current_task;
- socket_event_delete(sock);
dev = ISC_LIST_HEAD(sock->accept_list);
while (dev != NULL) {