Commit 58de2ad2 authored by Evelyn's avatar Evelyn Committed by GitHub

Update mg_send.md

parent f30c7b75
...@@ -6,7 +6,7 @@ signature: | ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment