Skip to content

Commit f393400

Browse files
committed
synchronized with lua-nginx-module #947fa00 (retired the old CFunction API).
1 parent 8cad50e commit f393400

37 files changed

+299
-5480
lines changed

src/http/ngx_http_lua_bodyfilterby.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@
1515
#include "ngx_http_lua_exception.h"
1616
#include "ngx_http_lua_util.h"
1717
#include "ngx_http_lua_pcrefix.h"
18-
#include "ngx_http_lua_time.h"
1918
#include "ngx_http_lua_log.h"
20-
#include "ngx_http_lua_regex.h"
2119
#include "ngx_http_lua_cache.h"
2220
#include "ngx_http_lua_headers.h"
23-
#include "ngx_http_lua_variable.h"
2421
#include "ngx_http_lua_string.h"
2522
#include "ngx_http_lua_misc.h"
2623
#include "ngx_http_lua_consts.h"

src/http/ngx_http_lua_headerfilterby.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@
1313
#include "ngx_http_lua_exception.h"
1414
#include "ngx_http_lua_util.h"
1515
#include "ngx_http_lua_pcrefix.h"
16-
#include "ngx_http_lua_time.h"
1716
#include "ngx_http_lua_log.h"
18-
#include "ngx_http_lua_regex.h"
1917
#include "ngx_http_lua_cache.h"
2018
#include "ngx_http_lua_headers.h"
21-
#include "ngx_http_lua_variable.h"
2219
#include "ngx_http_lua_string.h"
2320
#include "ngx_http_lua_misc.h"
2421
#include "ngx_http_lua_consts.h"

0 commit comments

Comments
 (0)