DOC: internal: document the new cleaner approach to the appctx
authorWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:00:24 +0000 (18:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 6 May 2022 16:33:49 +0000 (18:33 +0200)
commit8f7133e242b5f4c07dd7f9fda26a9eb7adf7bfbc
tree5f8ba87388b75e256566879b5e3e1a4a8f263b70
parent6ef1648dc2f16b293f2e80f4715e926edf649c02
DOC: internal: document the new cleaner approach to the appctx

It explains the problems with the previous union, the temporary state
for the transition between 2.6 and 2.7, and how to perform the changes.
doc/internals/api/appctx.txt [new file with mode: 0644]