aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/response.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r--src/microhttpd/response.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c
index 3167992f..7df2a0c6 100644
--- a/src/microhttpd/response.c
+++ b/src/microhttpd/response.c
@@ -580,6 +580,11 @@ MHD_add_response_footer (struct MHD_Response *response,
580/** 580/**
581 * Delete a header (or footer) line from the response. 581 * Delete a header (or footer) line from the response.
582 * 582 *
583 * For "Connection" headers this function remove all tokens from existing
584 * value. Successful result means that at least one token has been removed.
585 * If all tokens are removed from "Connection" header, the empty "Connection"
586 * header removed.
587 *
583 * @param response response to remove a header from 588 * @param response response to remove a header from
584 * @param header the header to delete 589 * @param header the header to delete
585 * @param content value to delete 590 * @param content value to delete