aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-06-16 23:15:13 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-06-17 21:27:18 +0300
commit55dc42e6045022da41c538d226874dbf563a85ed (patch)
tree708b26976b0111123dd61f7dd5142a27a43c3dd9 /src/microhttpd/internal.h
parenta275ae63537380c41cfe145ec4e00dd796e0992c (diff)
downloadlibmicrohttpd-55dc42e6045022da41c538d226874dbf563a85ed.tar.gz
libmicrohttpd-55dc42e6045022da41c538d226874dbf563a85ed.zip
Optimised read buffer allocation
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 97ac050f..8dc813a2 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -93,7 +93,7 @@
93 93
94 94
95/** 95/**
96 * Minimum size by which MHD tries to increment read/write buffers. 96 * Minimum reasonable size by which MHD tries to increment read/write buffers.
97 * We usually begin with half the available pool space for the 97 * We usually begin with half the available pool space for the
98 * IO-buffer, but if absolutely needed we additively grow by the 98 * IO-buffer, but if absolutely needed we additively grow by the
99 * number of bytes given here (up to -- theoretically -- the full pool 99 * number of bytes given here (up to -- theoretically -- the full pool