[nginx] Modules compatibility: down flag in ngx_peer_connection_t.
Roman Arutyunyan
arut at nginx.com
Thu Jan 31 15:56:58 UTC 2019
details: https://hg.nginx.org/nginx/rev/570d8c626eea
branches:
changeset: 7452:570d8c626eea
user: Roman Arutyunyan <arut at nginx.com>
date: Thu Jan 31 17:25:03 2019 +0300
description:
Modules compatibility: down flag in ngx_peer_connection_t.
diffstat:
src/event/ngx_event_connect.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r d864ee67b5ae -r 570d8c626eea src/event/ngx_event_connect.h
--- a/src/event/ngx_event_connect.h Tue Dec 25 15:26:58 2018 +0300
+++ b/src/event/ngx_event_connect.h Thu Jan 31 17:25:03 2019 +0300
@@ -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;
More information about the nginx-devel
mailing list