]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon: merge protolayer_manager and session2 into one struct docs-develop-nits-2dntdj/deployments/4187
authorOto Šťáva <oto.stava@nic.cz>
Thu, 23 May 2024 15:33:46 +0000 (17:33 +0200)
committerOto Šťáva <oto.stava@nic.cz>
Mon, 27 May 2024 12:02:30 +0000 (14:02 +0200)
commitc2c69937f060e773a32a72fc4ec7ff335cb98820
tree3c7c363dbd41a1c27fa3250cc5470e39f3ae1c4b
parenteda967fe453d8c6777219fc8f4c8a3ae12e37cdd
daemon: merge protolayer_manager and session2 into one struct

It actually made no real sense to have these two structs separated, it
only introduced an extra layer of indirection and many layers actually
needed to access both anyway. This should simplify things considerably.
daemon/http.c
daemon/io.c
daemon/proxyv2.c
daemon/session2.c
daemon/session2.h
daemon/tls.c
daemon/worker.c