Changes from 2nd review

Signed-off-by: Jan Bruckner <jan@janbruckner.de>
diff --git a/library/ssl_tls13_client.c b/library/ssl_tls13_client.c
index 143056f..a7feced 100644
--- a/library/ssl_tls13_client.c
+++ b/library/ssl_tls13_client.c
@@ -2179,8 +2179,8 @@
 
                 ret = mbedtls_ssl_tls13_parse_record_size_limit_ext(ssl, p, p + extension_data_len);
 
-                // Return unconditionally here until we handle the record size limit correctly.
-                // Once handled correctly, only return in case of errors.
+                /* TODO: Return unconditionally here until we handle the record size limit correctly.
+                 *            Once handled correctly, only return in case of errors. */
                 return ret;
 
                 break;