Changes from 2nd review
Signed-off-by: Jan Bruckner <jan@janbruckner.de>
diff --git a/library/ssl_tls13_server.c b/library/ssl_tls13_server.c
index 1e1462c..bccf9ab 100644
--- a/library/ssl_tls13_server.c
+++ b/library/ssl_tls13_server.c
@@ -1591,8 +1591,8 @@
ret = mbedtls_ssl_tls13_parse_record_size_limit_ext(ssl, p, extension_data_end);
- // 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;