ngx_http_send_header
1 定义
ngx_http_send_header 函数
定义在
./nginx-1.24.0/src/http/ngx_http_core_module.cngx_int_t
ngx_http_send_header(ngx_http_request_t *r)
{if (r->post_action) {return NGX_OK;}if (r->header_sent) {ngx_log_error(NGX_LOG_ALERT, r->connection->lo…
2026/7/7 3:45:41