MQX http_request.status not equal 200

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MQX http_request.status not equal 200

326 次查看
r_letourneur
Contributor III

Hi, I'm working on a Kinetis tower K60 demo kit with an apache web app runing on sd memory. So sometimes I havn't the http_request.status == 200.

The webapp now has many folders like /css, /js, /form and I can tell that before Mqx 4.0.2 it wasn't possible to use many folders because the web pages was always incompletes

With the last Mqx version and patch 4.0.22 it's better but not totaly solved. Is this kind of error can be produced by the mqx file system or the rtcs performances?

Please could you tell me what I could modify in the BSP to try to increase the RTCS or filesystem performances?

Regards

0 项奖励
1 回复

230 次查看
Luis_Garabo
NXP TechSupport
NXP TechSupport

Hi Regis,

There is not enough information to make a judgment of what could be wrong. What is your application requesting to be waiting for a OK? MQX supports these requests:

HTTPSRV_REQ_GET
HTTPSRV_REQ_POST
HTTPSRV_REQ_HEAD

If the OK is not being returned then what is the web server answering?

Regards,

Garabo

0 项奖励