Skip to content

Commit 65d41b5

Browse files
committed
update bug fixed service unavailable to declined
1 parent b9f4bd2 commit 65d41b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_c_func_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ ngx_http_c_func_precontent_handler(ngx_http_request_t *r) {
975975

976976
new_task:
977977
if (lcf->_handler == NULL) {
978-
return NGX_HTTP_SERVICE_UNAVAILABLE;
978+
return NGX_DECLINED;
979979
}
980980

981981

0 commit comments

Comments
 (0)