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.

out_of_box 程序在客户端发送POST请求后无法进入SimpleLinkHttpServerCallback函数

Other Parts Discussed in Thread: CC3200

我通过安卓程序发送Post请求,如果参数指定是__SL_P_ULD,CC3200的程序就会进入SimpleLinkHttpServerCallback回调函数的SL_NETAPP_HTTPPOSTTOKENVALUE_EVENT事件中,如果参数随意指定一个,就不会进入SimpleLinkHttpServerCallback函数,这是为什么?