Skip to content
Merged
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
5 changes: 1 addition & 4 deletions src/ngx_stream_lua_coroutine.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,7 @@ ngx_stream_lua_inject_coroutine_api(ngx_log_t *log, lua_State *L)
#else
"local ctx = raw_ctx(r)\n"
#endif
/* ignore header and body filters */
"if ctx ~= 0x020 and ctx ~= 0x040 then\n"
"return ours(...)\n"
"end\n"
"return ours(...)\n"
"end\n"
"return std(...)\n"
"end\n"
Expand Down
2 changes: 1 addition & 1 deletion t/139-ssl-cert-by.t
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ close: 1 nil
[alert]
--- grep_error_log eval: qr/uthread: [^.,]+/
--- grep_error_log_out
uthread: thread created: suspended
uthread: thread created: running
uthread: hello in thread
uthread: done

Expand Down