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 關注
- 945 瀏覽
添加回答
舉報
0/150
提交
取消