22-- - main_config eval: $::main_conf
33-- - config
44aio threads= my_thread_pool;
5- ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH/liblinkfuntest.so " ;
5+ ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH" ;
66location = /testLinkFunGreeting {
77 ngx_link_func_call " my_app_simple_get_greeting" ;
88}
@@ -19,7 +19,7 @@ qr/greeting from ngx_link_func testing$/
1919-- - main_config eval: $::main_conf
2020-- - config
2121aio threads= my_thread_pool;
22- ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH/liblinkfuntest.so " ;
22+ ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH" ;
2323location = /testLinkFunARGS {
2424 ngx_link_func_call " my_app_simple_get_args" ;
2525}
@@ -36,7 +36,7 @@ qr/greeting=hello_nginx\?id=129310923$/
3636-- - main_config eval: $::main_conf
3737-- - config
3838aio threads= my_thread_pool;
39- ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH/liblinkfuntest.so " ;
39+ ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH" ;
4040location = /testLinkFunPOSTBody {
4141 ngx_link_func_call " my_app_simple_post" ;
4242}
5454-- - main_config eval: $::main_conf
5555-- - config
5656aio threads= my_thread_pool;
57- ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH/liblinkfuntest.so " ;
57+ ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH" ;
5858location = /testLinkFunCVerifyToken {
5959 ngx_link_func_call " my_app_simple_get_token_args" ;
6060}
@@ -71,7 +71,7 @@ qr/QVNKS0pDQVNLTEpDS0xBU0pXbGtlandrbGplIGpka2FqbGthc2tsZGtqbHNrICBrZGpha2xzZGphc
7171-- - main_config eval: $::main_conf
7272-- - config
7373aio threads= my_thread_pool;
74- ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH/liblinkfuntest.so " ;
74+ ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH" ;
7575location = /testLinkFuncERRORRESP {
7676 error_log / dev/ null;
7777 ngx_link_func_call " my_app_simple_get_no_resp" ;
@@ -87,7 +87,7 @@ Content-Type: text/html
8787-- - main_config eval: $::main_conf
8888-- - config
8989aio threads= my_thread_pool;
90- ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH/liblinkfuntest.so " ;
90+ ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH" ;
9191location = /testLinkFuncCallocFromPool {
9292 ngx_link_func_call " my_app_simple_get_calloc_from_pool" ;
9393}
@@ -104,7 +104,7 @@ qr/This is the message calloc from pool$/
104104-- - main_config eval: $::main_conf
105105-- - config
106106aio threads= my_thread_pool;
107- ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH/liblinkfuntest.so " ;
107+ ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH" ;
108108location = /testLinkFunPOSTBody {
109109 ngx_link_func_call " my_app_simple_post" ;
110110}
@@ -122,7 +122,7 @@ qr/greeting=enjoy-http-link-function-testing$/
122122-- - main_config eval: $::main_conf
123123-- - config
124124aio threads= my_thread_pool;
125- ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH/liblinkfuntest.so " ;
125+ ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH" ;
126126location = /testLinkFunGetCache {
127127 ngx_link_func_call " my_app_simple_get_cache" ;
128128}
@@ -139,7 +139,7 @@ location = /testLinkFunSetCache {
139139-- - main_config eval: $::main_conf
140140-- - config
141141aio threads= my_thread_pool;
142- ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH/liblinkfuntest.so " ;
142+ ngx_link_func_lib " NGINX_HTTP_LINK_FUNC_TEST_LIB_PATH" ;
143143location = /ext_header_foo {
144144 ngx_link_func_call " my_simple_extra_foo_header_output" ;
145145}
0 commit comments