Update mongoose.h (amalgamation)

PUBLISHED_FROM=1fbe72f99bda5745c4b9b9def0601bdc5bf70e65
This commit is contained in:
Deomid Ryabkov 2018-09-15 00:13:45 +03:00 committed by Cesanta Bot
parent 291fc024cd
commit 341ae53e85

View File

@ -2312,8 +2312,6 @@ struct mg_str mg_strstrip(struct mg_str s);
*/
/*
* === Memory Buffers
*
* Mbufs are mutable/growing memory buffers, like C++ strings.
* Mbuf can append data to the end of a buffer or insert data into arbitrary
* position in the middle of a buffer. The buffer grows automatically when