From 574c2954b3cfad3a99cca4fa280240212ca58b3c Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Sun, 19 Dec 2021 10:53:17 +0000 Subject: [PATCH] Docs nitpick --- docs/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 95f5071a..b4cd88a5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -162,7 +162,8 @@ that connection is UDP or not. Some flags can be changed by application, for example, the `is_draining` flag, if set by an application, tells Mongoose to send the remaining data to a peer, and when everything is sent, close the connection. -NOTE: User-changeable flags are: `is_hexdumping`, `is_draining`, `is_closing`. + NOTE: User-changeable flags are: +`is_hexdumping`, `is_draining`, `is_closing`. This is taken from `mongoose.h` as-is: