This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

boa 发送HTTP请求数据buf限制



all:
       我在ipnc_rdk/ipnc_app/network/boa-0.94.13/src/web_translate.c中添加接口函数

      para_modudtca(char* data, char* arg)

     {

        return sprintf(data, "%s",  cData);

      }

      发现cData数组的长度在1027个字符长度以内就能正常,如果大于1027就会导致boa挂掉,目前我的cData长度是7100个字符长度。

      希望有人能帮我,项目紧张,谢谢各位!