Fixed nginx patch

This commit is contained in:
2022-11-04 17:22:52 +01:00
parent 3c1e2184f6
commit f97a11c250

View File

@ -368,10 +368,10 @@ index 329760d0..2c72f932 100644
};
@@ -101,6 +109,11 @@ struct ngx_ssl_connection_s {
unsigned no_send_shutdown:1;
@@ -115,6 +123,11 @@ struct ngx_ssl_connection_s {
unsigned shutdown_without_free:1;
unsigned handshake_buffer_set:1;
unsigned session_timeout_set:1;
+
+ ngx_ssl_dyn_rec_t dyn_rec;
+ ngx_msec_t dyn_rec_last_write;