aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index b73e6d5a..308fb33a 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -949,7 +949,6 @@ MHD_lookup_connection_value (struct MHD_Connection *connection,
949 * @param[out] value_size_ptr the pointer variable, which will set to found value, 949 * @param[out] value_size_ptr the pointer variable, which will set to found value,
950 * will not be updated if key not found, 950 * will not be updated if key not found,
951 * could be NULL 951 * could be NULL
952 * @param key_size the length of @a key in bytes
953 * @return #MHD_YES if key is found, 952 * @return #MHD_YES if key is found,
954 * #MHD_NO otherwise. 953 * #MHD_NO otherwise.
955 * @ingroup request 954 * @ingroup request