ngx_http_set_etag
1 定义
ngx_http_set_etag 函数
定义在
./nginx-1.24.0/src/http/ngx_http_core_module.cngx_int_t
ngx_http_set_etag(ngx_http_request_t *r)
{ngx_table_elt_t *etag;ngx_http_core_loc_conf_t *clcf;clcf ngx_http_get_module_loc_conf(r, ngx_http_core_modul…
2026/7/6 6:52:25