For FCGI_END_REQUEST reset the clt struct similar to what is done in the
authorclaudio <claudio@openbsd.org>
Mon, 15 Aug 2022 10:29:03 +0000 (10:29 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 15 Aug 2022 10:29:03 +0000 (10:29 +0000)
commitb3aaf4900241d466fa79a3aa79e966e01b71f93a
tree3a0de63d4d630fe248c2f481166e9ef119e52b43
parentdcd30e5b2079d164347b81ed31494c8871cb163b
For FCGI_END_REQUEST reset the clt struct similar to what is done in the
file and other cases. Especially when the session uses keep-alive it is
important to set TOREAD_HTTP_HEADER so that the state machine knows what's
next.
OK op@
usr.sbin/httpd/server_fcgi.c