mirror of
https://github.com/simon987/ngx_http_js_challenge_module.git
synced 2025-04-04 06:52:58 +00:00
tell nginx to not process further handlers
This commit is contained in:
parent
d8f7f5e001
commit
e1f72441b2
@ -235,7 +235,8 @@ int serve_challenge(ngx_http_request_t *r, const char *challenge, const char *ht
|
||||
r->headers_out.content_length_n = size;
|
||||
ngx_http_send_header(r);
|
||||
|
||||
return ngx_http_output_filter(r, &out);
|
||||
ngx_http_output_filter(r, &out);
|
||||
return NGX_DONE;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user