I have a problem with the mbedtls server(stm32+lwip) send wrong length message. I am using this code in my project. https://github.com/straight-coding/straight-httpd-lwip-mbedtls-simulator
Server hello message include 150 byte message but in the packet details this message should be 576 byte.
When I checked the low_level_output function I can only see 150 byte data, why the packet length is wrong ? How can I solve the problem ?