Hi,
I tried the sample project "frdmk66f_httpssrv_mbedTLS_freertos" and it works fine...
Then, I disabled "WEBSOCKET" and "MbedTLS", it works fine as the regular HTTP server.
I found the following issue during my stress testing:
If I connect the server by using browser, it works fine. Then I close the browser, I can see the heap used is increasing by around 6K. If I do this again, the heap is increasing by around 6K again....
Can anybody tell me why the heap size keep increasing and the used heap is not released after the browser closed? How to fix this problem?
Thanks,
Christie