Skip to content

Commit

Permalink
Integrate cesanta#667, fix documentation
Browse files Browse the repository at this point in the history
CL: Integrate cesanta#667, fix documentation

PUBLISHED_FROM=80a939fc3276b89c29716e7373f674dba86769ee
  • Loading branch information
cpq authored and cesantabot committed Sep 20, 2018
1 parent 98f6c8a commit 1adea37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview/conn-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ flags are meant to be set only by the user event handler to tell Mongoose how to
behave. Below is a list of connection flags that are meant to be set by event
handlers:

* `MG_F_FINISHED_SENDING_DATA` tells Mongoose that all data has been appended
* `MG_F_SEND_AND_CLOSE` tells Mongoose that all data has been appended
to the `send_mbuf`. As soon as Mongoose sends it to the socket, the
connection will be closed.
* `MG_F_BUFFER_BUT_DONT_SEND` tells Mongoose to append data to the `send_mbuf`
Expand Down

0 comments on commit 1adea37

Please sign in to comment.