Fixed nginx patch
This commit is contained in:
@ -368,10 +368,10 @@ index 329760d0..2c72f932 100644
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@@ -101,6 +109,11 @@ struct ngx_ssl_connection_s {
|
@@ -115,6 +123,11 @@ struct ngx_ssl_connection_s {
|
||||||
unsigned no_send_shutdown:1;
|
|
||||||
unsigned shutdown_without_free:1;
|
unsigned shutdown_without_free:1;
|
||||||
unsigned handshake_buffer_set:1;
|
unsigned handshake_buffer_set:1;
|
||||||
|
unsigned session_timeout_set:1;
|
||||||
+
|
+
|
||||||
+ ngx_ssl_dyn_rec_t dyn_rec;
|
+ ngx_ssl_dyn_rec_t dyn_rec;
|
||||||
+ ngx_msec_t dyn_rec_last_write;
|
+ ngx_msec_t dyn_rec_last_write;
|
||||||
|
Reference in New Issue
Block a user