工具/软件:Code Composer Studio
尊敬的先生:
我正在查找重建 HTTP 库文档(如果有)。 在这里、我对缓冲区长度进行了一些更改、因为设置 http 标头时遇到@HttpClient_ESENDBUFSMALL 错误。
嗯、我在 httpclient_internal.h 文件中将@HttpClient_BUF_LEN 从256更改为1024。
现在、我必须重新构建才能生效更改
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.
工具/软件:Code Composer Studio
尊敬的先生:
我正在查找重建 HTTP 库文档(如果有)。 在这里、我对缓冲区长度进行了一些更改、因为设置 http 标头时遇到@HttpClient_ESENDBUFSMALL 错误。
嗯、我在 httpclient_internal.h 文件中将@HttpClient_BUF_LEN 从256更改为1024。
现在、我必须重新构建才能生效更改
您好 Ketan、
您必须使用 source/ti/net 文件夹中的 makefile 来重建库。 您可以在 SDK 快速入门指南的 Makefile 部分找到有关如何构建库的说明。
此致、
Sarah