aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index d2eaeff3..6735f642 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1,7 +1,7 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 Copyright (C) 2006-2021 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2006-2021 Christian Grothoff (and other contributing authors)
4 Copyright (C) 2015-2021 Evgeny Grin (Karlson2k) 4 Copyright (C) 2014-2021 Evgeny Grin (Karlson2k)
5 5
6 This library is free software; you can redistribute it and/or 6 This library is free software; you can redistribute it and/or
7 modify it under the terms of the GNU Lesser General Public 7 modify it under the terms of the GNU Lesser General Public
@@ -3138,6 +3138,8 @@ enum MHD_ResponseFlags
3138 * Contrary to the #MHD_RF_HTTP_1_0_COMPATIBLE_STRICT flag, the response's 3138 * Contrary to the #MHD_RF_HTTP_1_0_COMPATIBLE_STRICT flag, the response's
3139 * HTTP version will always be set to 1.0 and keep-alive connections 3139 * HTTP version will always be set to 1.0 and keep-alive connections
3140 * will be used if explicitly requested by the client. 3140 * will be used if explicitly requested by the client.
3141 * The "Connection:" header will be added for both "close" and "keep-alive"
3142 * connections.
3141 * Chunked encoding will not be used for the response. 3143 * Chunked encoding will not be used for the response.
3142 * Due to backward compatibility, responses still can be used with 3144 * Due to backward compatibility, responses still can be used with
3143 * HTTP/1.1 clients. 3145 * HTTP/1.1 clients.