aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-03-16 22:30:20 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-03-16 22:43:47 +0300
commit396aab2e1190425c9085e697e502522f4e249cff (patch)
tree2dbf484e8683c6e4999cca832a992e10c0ccf311 /src/include/microhttpd.h
parent605bb70bdec54203561a0ba5917c78e2848cc74c (diff)
downloadlibmicrohttpd-396aab2e1190425c9085e697e502522f4e249cff.tar.gz
libmicrohttpd-396aab2e1190425c9085e697e502522f4e249cff.zip
Do not update last activity time on connections without timeout timer
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 4749a6ee..a09cddf3 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -3143,6 +3143,8 @@ enum MHD_CONNECTION_OPTION
3143 * Set a custom timeout for the given connection. Specified 3143 * Set a custom timeout for the given connection. Specified
3144 * as the number of seconds, given as an `unsigned int`. Use 3144 * as the number of seconds, given as an `unsigned int`. Use
3145 * zero for no timeout. 3145 * zero for no timeout.
3146 * If timeout was set to zero (or unset) before, setup of new value by
3147 * MHD_set_connection_option() will reset timeout timer.
3146 */ 3148 */
3147 MHD_CONNECTION_OPTION_TIMEOUT 3149 MHD_CONNECTION_OPTION_TIMEOUT
3148 3150