Skip to content

Commit 2fd0fbe

Browse files
committed
chore: remove old async example
1 parent abf95f2 commit 2fd0fbe

5 files changed

Lines changed: 0 additions & 281 deletions

File tree

.github/workflows/nginx.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ env:
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;

examples/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ name = "upstream"
4949
path = "upstream.rs"
5050
crate-type = ["cdylib"]
5151

52-
[[example]]
53-
name = "async"
54-
path = "async.rs"
55-
crate-type = ["cdylib"]
56-
5752
[[example]]
5853
name = "async_request"
5954
path = "async_request.rs"

examples/async.conf

Lines changed: 0 additions & 24 deletions
This file was deleted.

examples/async.rs

Lines changed: 0 additions & 243 deletions
This file was deleted.

examples/config

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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=

0 commit comments

Comments
 (0)