File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ static const char *DNS_SOLVING_SCRIPT = ""
56
56
" resolvConf = { \n"
57
57
" 'nameserver ' .. nameserver, \n"
58
58
" 'options timeout:' .. timeout, \n"
59
- #if 1
59
+ #if 0
60
60
" 'options attempts:1', \n"
61
61
" }, \n"
62
62
" order = { 'A' }, \n"
@@ -101,7 +101,7 @@ ngx_wasm_lua_resolver_error_handler(ngx_wasm_lua_ctx_t *lctx)
101
101
102
102
dd ("enter" );
103
103
104
- #if (DDEBUG )
104
+ #if (NGX_DEBUG )
105
105
if (!lctx -> cancelled ) {
106
106
ngx_wa_assert (lctx -> co_ctx -> co_status == NGX_HTTP_LUA_CO_DEAD );
107
107
}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ OUT="$(git --no-pager log --format=oneline $LATEST_TAG..)"
25
25
if [[ -n $OUT ]]; then
26
26
# Only show user-facing commits. Include refactor(), misc() and use best
27
27
# judgement whether or not to include them in the final release
28
- # description) .
28
+ # description.
29
29
echo " $OUT " \
30
30
| sed " s/^[^ ]* //" \
31
31
| $( which grep) -v -E ' ^(chore|tests|style|hotfix|docs)'
You can’t perform that action at this time.
0 commit comments