This commit is contained in:
zhdaniel 2019-08-15 10:29:18 +08:00 committed by Christoph M. Becker
parent c82566dec7
commit 844b261e3a

View File

@ -244,7 +244,7 @@ static inline size_t sapi_cgibin_single_write(const char *str, uint32_t str_leng
{
ssize_t ret;
/* sapi has started which means everyhting must be send through fcgi */
/* sapi has started which means everything must be send through fcgi */
if (fpm_is_running) {
fcgi_request *request = (fcgi_request*) SG(server_context);
ret = fcgi_write(request, FCGI_STDOUT, str, str_length);