mirror of
https://github.com/nginx/nginx.git
synced 2026-09-04 04:18:42 +00:00
Modules compatibility: down flag in ngx_peer_connection_t.
This commit is contained in:
parent
34a8b4506a
commit
94fa2bb4cb
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ struct ngx_peer_connection_s {
|
|||
unsigned cached:1;
|
||||
unsigned transparent:1;
|
||||
unsigned so_keepalive:1;
|
||||
unsigned down:1;
|
||||
|
||||
/* ngx_connection_log_error_e */
|
||||
unsigned log_error:2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue