Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
135 changes: 95 additions & 40 deletions README.markdown

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/ngx_http_lua_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,10 @@ struct ngx_http_lua_main_conf_s {
unsigned requires_capture_log:1;
unsigned requires_server_rewrite:1;
unsigned requires_precontent:1;

ngx_msec_t init_worker_timeout;
ngx_queue_t deferred_timers;
ngx_flag_t init_worker_abort_on_error;
};


Expand Down
Loading
Loading