File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949
5050 NGX_TEST_FILES : examples/t
5151 NGX_TEST_GLOBALS_DYNAMIC : >-
52- load_module ${{ github.workspace }}/nginx/objs/ngx_http_async_module.so;
5352 load_module ${{ github.workspace }}/nginx/objs/ngx_http_async_request_module.so;
5453 load_module ${{ github.workspace }}/nginx/objs/ngx_http_awssigv4_module.so;
5554 load_module ${{ github.workspace }}/nginx/objs/ngx_http_curl_module.so;
Original file line number Diff line number Diff line change @@ -49,11 +49,6 @@ name = "upstream"
4949path = " upstream.rs"
5050crate-type = [" cdylib" ]
5151
52- [[example ]]
53- name = " async"
54- path = " async.rs"
55- crate-type = [" cdylib" ]
56-
5752[[example ]]
5853name = " async_request"
5954path = " async_request.rs"
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -15,14 +15,6 @@ if [ $HTTP = YES ]; then
1515 ngx_rust_target_type=EXAMPLE
1616 ngx_rust_target_features=
1717
18- if :; then
19- ngx_module_name=ngx_http_async_module
20- ngx_module_libs="-lm"
21- ngx_rust_target_name=async
22-
23- ngx_rust_module
24- fi
25-
2618 if :; then
2719 ngx_module_name=ngx_http_async_request_module
2820 ngx_module_libs=
You can’t perform that action at this time.
0 commit comments