Welcome! Log In Create A New Profile

Advanced

[nginx] Modules compatibility: status fields.

Maxim Dounin
September 29, 2016 01:28PM
details: http://hg.nginx.org/nginx/rev/90a03b1dc4db
branches:
changeset: 6711:90a03b1dc4db
user: Maxim Dounin <mdounin@mdounin.ru>
date: Thu Sep 29 18:06:03 2016 +0300
description:
Modules compatibility: status fields.

diffstat:

src/http/ngx_http_request.h | 1 +
src/stream/ngx_stream.h | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)

diffs (23 lines):

diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -541,6 +541,7 @@ struct ngx_http_request_s {
unsigned disable_not_modified:1;
unsigned stat_reading:1;
unsigned stat_writing:1;
+ unsigned stat_processing:1;

unsigned health_check:1;

diff --git a/src/stream/ngx_stream.h b/src/stream/ngx_stream.h
--- a/src/stream/ngx_stream.h
+++ b/src/stream/ngx_stream.h
@@ -229,6 +229,8 @@ struct ngx_stream_session_s {
unsigned ssl:1;
#endif

+ unsigned stat_processing:1;
+
unsigned health_check:1;
};


_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Modules compatibility: status fields.

Maxim Dounin 188 September 29, 2016 01:28PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 156
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready