Reordering: Document that only HS and CCS msgs are buffered
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index 425cdee..0703b6a 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -4710,6 +4710,7 @@
         }
 
         default:
+            /* We don't buffer other types of messages. */
             break;
     }