Skip to content

Commit a050f43

Browse files
committed
#105 -- fixed. it was a compatibility issue. extern ngx_module_t does not work well for some cases.
1 parent 7bde620 commit a050f43

7 files changed

+1503
-1549
lines changed

Diff for: config

-2
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,13 @@ sources=" \
2626
$module_src_dir/json_encoders.c \
2727
$module_src_dir/tp_transcode.c \
2828
$module_src_dir/ngx_http_tnt_module.c \
29-
$module_src_dir/ngx_http_tnt_handlers.c \
3029
"
3130

3231
headers=" \
3332
$module_src_dir/debug.h \
3433
$module_src_dir/tp_ext.h \
3534
$module_src_dir/json_encoders.h \
3635
$module_src_dir/tp_transcode.h \
37-
$module_src_dir/ngx_http_tnt_handlers.h \
3836
"
3937

4038
old_style_build=yes

0 commit comments

Comments
 (0)