if (len > 65535) {
ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0, "fastcgi request record is too big: %uz", len); return NGX_ERROR;
}而且是写死在代码中的?
- 1 回答
- 0 关注
- 899 浏览
添加回答
举报
0/150
提交
取消