Skip to content

Commit d4895bc

Browse files
committed
feature: add ngx.fs API for async file operation by nginx worker_thread
1 parent 2632a14 commit d4895bc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

t/062-count.t

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ __DATA__
3434
--- request
3535
GET /test
3636
--- response_body
37-
ngx: 117
37+
ngx: 118
3838
--- no_error_log
3939
[error]
4040

@@ -55,7 +55,7 @@ ngx: 117
5555
--- request
5656
GET /test
5757
--- response_body
58-
117
58+
118
5959
--- no_error_log
6060
[error]
6161

@@ -83,7 +83,7 @@ GET /test
8383
--- request
8484
GET /test
8585
--- response_body
86-
n = 117
86+
n = 118
8787
--- no_error_log
8888
[error]
8989

@@ -306,7 +306,7 @@ GET /t
306306
--- response_body_like: 404 Not Found
307307
--- error_code: 404
308308
--- error_log
309-
ngx. entry count: 117
309+
ngx. entry count: 118
310310

311311

312312

0 commit comments

Comments
 (0)