CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/08/15 04:29:03
Modified files: usr.sbin/httpd : server_fcgi.c Log message: 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@