mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Modules compatibility: down flag in ngx_peer_connection_t.
This commit is contained in:
parent
34a8b4506a
commit
94fa2bb4cb
@ -63,6 +63,7 @@ struct ngx_peer_connection_s {
|
|||||||
unsigned cached:1;
|
unsigned cached:1;
|
||||||
unsigned transparent:1;
|
unsigned transparent:1;
|
||||||
unsigned so_keepalive:1;
|
unsigned so_keepalive:1;
|
||||||
|
unsigned down:1;
|
||||||
|
|
||||||
/* ngx_connection_log_error_e */
|
/* ngx_connection_log_error_e */
|
||||||
unsigned log_error:2;
|
unsigned log_error:2;
|
||||||
|
Loading…
Reference in New Issue
Block a user