When a backend disappears while handling a request, make sure that the
authormartijn <martijn@openbsd.org>
Mon, 29 Aug 2022 13:23:32 +0000 (13:23 +0000)
committermartijn <martijn@openbsd.org>
Mon, 29 Aug 2022 13:23:32 +0000 (13:23 +0000)
commit56fb13c3c8f747219c265533de518f437edf65e3
tree4381a59d568bb5eb64e7fb69bd2968aec604d313
parent1345d1c8eaf599aaac2c160e691f2fcead5c0e49
When a backend disappears while handling a request, make sure that the
outstanding requests are handled by the next backend, instead of leaking
memory.

OK tb@
usr.sbin/snmpd/application.c