Skip to content

Commit f9f8057

Browse files
committed
Fetch: separated ngx_js_http_* from ngx_js_fetch_*.
1 parent dbf556f commit f9f8057

File tree

4 files changed

+1963
-1860
lines changed

4 files changed

+1963
-1860
lines changed

Diff for: nginx/config

+2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ NJS_ZLIB=${NJS_ZLIB:-YES}
66
NJS_QUICKJS=${NJS_QUICKJS:-YES}
77

88
NJS_DEPS="$ngx_addon_dir/ngx_js.h \
9+
$ngx_addon_dir/ngx_js_http.h \
910
$ngx_addon_dir/ngx_js_fetch.h \
1011
$ngx_addon_dir/ngx_js_shared_dict.h"
1112
NJS_SRCS="$ngx_addon_dir/ngx_js.c \
13+
$ngx_addon_dir/ngx_js_http.c \
1214
$ngx_addon_dir/ngx_js_fetch.c \
1315
$ngx_addon_dir/ngx_js_regex.c \
1416
$ngx_addon_dir/ngx_js_shared_dict.c"

0 commit comments

Comments
 (0)