https://github.com/nginx/ngx_http_delay_body_filter_module
a git clone of http://mdounin.ru/hg/ngx_http_delay_body_filter_module/ to be used in NGINX CI
https://github.com/nginx/ngx_http_delay_body_filter_module
Last synced: about 2 months ago
JSON representation
a git clone of http://mdounin.ru/hg/ngx_http_delay_body_filter_module/ to be used in NGINX CI
- Host: GitHub
- URL: https://github.com/nginx/ngx_http_delay_body_filter_module
- Owner: nginx
- License: bsd-2-clause
- Created: 2024-07-26T19:22:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-26T19:23:16.000Z (over 1 year ago)
- Last Synced: 2025-01-05T18:47:41.657Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Delay body filter module for nginx.
This is a test module, to check request body filters buffering
mechanism to be introduced.
Example:
location / {
delay_body 1s;
}
The module will delay the request body processing for the configured time.
To compile nginx with the delay body module, use the "--add-module "
option of nginx configure.