mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-29 06:08:59 +08:00
Update mg_send.md
This commit is contained in:
parent
f30c7b75d0
commit
58de2ad2d7
@ -6,7 +6,7 @@ signature: |
|
|||||||
void mg_send(struct mg_connection *, const void *buf, int len);
|
void mg_send(struct mg_connection *, const void *buf, int len);
|
||||||
---
|
---
|
||||||
|
|
||||||
Send data to the connection.
|
Sends data to the connection.
|
||||||
|
|
||||||
Note that sending functions do not actually push data to the socket.
|
Note that sending functions do not actually push data to the socket.
|
||||||
They just append data to the output buffer. MG_EV_SEND will be delivered when
|
They just append data to the output buffer. MG_EV_SEND will be delivered when
|
||||||
|
Loading…
Reference in New Issue
Block a user