From 36e6776a6facb6148a73d50015da868e40f0d62f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 24 Nov 2012 23:54:14 +0000 Subject: [PATCH] removing invalid assertions that shutdown must preceed closing --- src/stream/stream_api.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stream/stream_api.c b/src/stream/stream_api.c index f9152749d..5f0fbaa77 100644 --- a/src/stream/stream_api.c +++ b/src/stream/stream_api.c @@ -3223,8 +3223,6 @@ GNUNET_STREAM_close (struct GNUNET_STREAM_Socket *socket) GNUNET_STREAM_io_write_cancel (socket->write_handle); //socket->write_handle = NULL; } - GNUNET_break (GNUNET_YES == socket->receive_closed); - GNUNET_break (GNUNET_YES == socket->transmit_closed); /* Terminate the ack'ing task if they are still present */ if (socket->ack_task_id != GNUNET_SCHEDULER_NO_TASK) { -- 2.25.1