TLS handshaking problem

MbenTLS side is server, server send 150 byte data for the Server Hello. But in the Server Hello message details gives me:


Total Length : 576 but mbedtls+stm32+lwip device send 150 byte data when I checked the low_level_output function I see 150 byte data. I think some data missing ? How can I solve the this problem?