MQX http_request.status not equal 200

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MQX http_request.status not equal 200

327件の閲覧回数
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 返信

231件の閲覧回数
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 件の賞賛