Merge pull request #1570 from behnejad/patch-2

Update README.md
This commit is contained in:
Sergey Lyubka 2022-06-01 21:17:52 +01:00 committed by GitHub
commit 9ffb6fb26a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ When data arrives, Mongoose appends received data to the `recv` and triggers a
functions, like `mg_send()`, `mg_printf()` or a protocol-specific function like
`mg_ws_send`. Output functions append data to the `send` buffer. When Mongoose
successfully writes data to the socket, it discards data from struct `mg_connection::send`
and sends an `MG_EV_SEND` event.
and sends an `MG_EV_WRITE` event.
## Event handler function