]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/session2: fix asynchronous layer iterations
authorOto Šťáva <oto.stava@nic.cz>
Fri, 31 May 2024 10:09:42 +0000 (12:09 +0200)
committerOto Šťáva <oto.stava@nic.cz>
Tue, 4 Jun 2024 11:05:00 +0000 (13:05 +0200)
commit0a1f0024e0cdc3d18ac508b7ce759316338252bb
treec66ce82681df3c7d7257cb40d01edde9c086a181
parenta805ad6355812ed21669ca99ebb28cff245e7374
daemon/session2: fix asynchronous layer iterations

There were a few bugs in the protolayer system that prevented us from
pausing iteration and resuming it properly. This commit should hopefully
resolve them.
daemon/io.c
daemon/proxyv2.c
daemon/session2.c
daemon/session2.h
daemon/worker.c