From 9c0b9d6e4ef3909ce52b75267b38fd659447e888 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 4 Dec 2024 00:56:58 -0500 Subject: udp: hang on close after sending too large --- src/sp/transport/udp/udp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/sp/transport/udp/udp.c b/src/sp/transport/udp/udp.c index 298393a2..9a00974a 100644 --- a/src/sp/transport/udp/udp.c +++ b/src/sp/transport/udp/udp.c @@ -999,6 +999,7 @@ udp_pipe_send(void *arg, nni_aio *aio) // floor. this is on the sender, so there isn't a compelling // need to disconnect the pipe, since it we're not being // "ill-behaved" to our peer. + nni_aio_finish(aio, 0, count); nni_stat_inc(&ep->st_snd_toobig, 1); nni_msg_free(msg); return; -- cgit v1.2.3-70-g09d2