From 58de2ad2d76fc25de28711cc46dfe8ce1d03e2d2 Mon Sep 17 00:00:00 2001 From: Evelyn Date: Fri, 22 Jul 2016 14:53:28 +0100 Subject: [PATCH] Update mg_send.md --- docs/c-api/net.h/mg_send.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/c-api/net.h/mg_send.md b/docs/c-api/net.h/mg_send.md index e1aed3e0..c6963a0d 100644 --- a/docs/c-api/net.h/mg_send.md +++ b/docs/c-api/net.h/mg_send.md @@ -6,7 +6,7 @@ signature: | 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. They just append data to the output buffer. MG_EV_SEND will be delivered when