Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/libexec/httpd



Module Name:    src
Committed By:   mlelstv
Date:           Thu Jun 11 05:44:11 UTC 2026

Modified Files:
        src/libexec/httpd: cgi-bozo.c

Log Message:
The parent process for a CGI request exits after all input
data to the CGI is received and leaves the CGI reparented
to init. This prevents controlling concurrency when httpd
is run by e.g. inetd.

Exchange input and output processes for a CGI request so that
output processing is done by the parent httpd so that the parent
stays until the CGI is done.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/libexec/httpd/cgi-bozo.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index