Hi,
I am trying to use "frdmk66f_lwip_httpsrv_mbedTLS" to build my http server.
I disabled "MbedTLS" and "WebSocket", then it works as regular http server. It works fine with sample web pages.
Then, I start using my web pages and works as normal most of time.
1) But, it stop working if load a little bit big files(>2K). It shows "ERR_CONNECTED_TIMED_OUT" on browser. Can anyone tell me how to increase the timeout in project?
2) If I access the server from different machine to connect more session, it stops working? Can anybody tell where the possible problem is and how to fix it?
Thanks,
Christie
Hi,
I did more testing on this sample and found:
1) At the first time loading, it is very slow, only for 2K, it takes more 5s.
2) If I clear history, it loads much fast, less than 1s. I can't understand why?
3) If I press F5, I can see _end_of_heap increased and page refreshing is very slow...
I do not have this issue when I am using bare-metal http server sample by using RAW API.
Can anybody help me to debug this issue? I really need this to be fixed?
Thanks,
Christie