aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-05-04 19:25:32 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-05-04 19:25:32 +0300
commitcc88b5a09df041bf79b1e520e3697d1c4eb01347 (patch)
treef26e3e234486b3e91140ed5a4e15d6fbcd51f883 /src/microhttpd/connection.c
parentf50153e5cfa0364d04f722e744a236afd45e69f9 (diff)
downloadlibmicrohttpd-cc88b5a09df041bf79b1e520e3697d1c4eb01347.tar.gz
libmicrohttpd-cc88b5a09df041bf79b1e520e3697d1c4eb01347.zip
connection.c: fixed doxy
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 9f0016b5..0a3dc282 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -235,7 +235,7 @@ str_conn_error_ (ssize_t mhd_err_code)
235 235
236/** 236/**
237 * Allocate memory from connection's memory pool. 237 * Allocate memory from connection's memory pool.
238 * If memory pool doesn't have enough free memory but read of write buffer 238 * If memory pool doesn't have enough free memory but read or write buffer
239 * have some unused memory, the size of the buffer will be reduced as needed. 239 * have some unused memory, the size of the buffer will be reduced as needed.
240 * @param connection the connection to use 240 * @param connection the connection to use
241 * @param size the size of allocated memory area 241 * @param size the size of allocated memory area