mirror of
https://github.com/simon987/ngx_http_js_challenge_module.git
synced 2025-04-04 06:52:58 +00:00
Add missing call to ngx_http_finalize_request(), seems to be the solution close #5
This commit is contained in:
parent
58f4691ab4
commit
15681a03ef
@ -235,6 +235,7 @@ int serve_challenge(ngx_http_request_t *r, const char *challenge, const char *ht
|
||||
ngx_http_send_header(r);
|
||||
|
||||
ngx_http_output_filter(r, &out);
|
||||
ngx_http_finalize_request(r, 0);
|
||||
return NGX_DONE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user