comparison src/os/unix/ngx_process.h @ 80:6ae11d59d10e NGINX_0_1_40

nginx 0.1.40 *) Bugfix: if a client sent too long header line, then the request information did not logged in the error log. *) Bugfix: the "Set-Cookie" header line was not transferred when the "X-Accel-Redirect" was used; bug appeared in 0.1.39. *) Bugfix: the "Content-Disposition" header line was not transferred when the "X-Accel-Redirect" was used. *) Bugfix: the master process did not close the listen socket on the SIGQUIT signal. *) Bugfix: after on-line upgrade on Linux and Solaris the process name became shorter in the "ps" command.
author Igor Sysoev <http://sysoev.ru>
date Fri, 22 Jul 2005 00:00:00 +0400
parents b55cbf18157e
children e916a291e9aa
comparison
equal deleted inserted replaced
79:b7cf468d0667 80:6ae11d59d10e
4 */ 4 */
5 5
6 6
7 #ifndef _NGX_PROCESS_H_INCLUDED_ 7 #ifndef _NGX_PROCESS_H_INCLUDED_
8 #define _NGX_PROCESS_H_INCLUDED_ 8 #define _NGX_PROCESS_H_INCLUDED_
9
10
11 #include <ngx_setproctitle.h>
9 12
10 13
11 typedef pid_t ngx_pid_t; 14 typedef pid_t ngx_pid_t;
12 15
13 typedef void (*ngx_spawn_proc_pt) (ngx_cycle_t *cycle, void *data); 16 typedef void (*ngx_spawn_proc_pt) (ngx_cycle_t *cycle, void *data);