mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-27 15:01:03 +08:00
Integrate https://github.com/cesanta/mongoose/pull/667, fix documentation
CL: Integrate https://github.com/cesanta/mongoose/pull/667, fix documentation PUBLISHED_FROM=80a939fc3276b89c29716e7373f674dba86769ee
This commit is contained in:
parent
98f6c8aa4f
commit
1adea37c45
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user