diff options
Diffstat (limited to 'src/microhttpd/response.c')
-rw-r--r-- | src/microhttpd/response.c | 5 |
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, /** * Delete a header (or footer) line from the response. * + * For "Connection" headers this function remove all tokens from existing + * value. Successful result means that at least one token has been removed. + * If all tokens are removed from "Connection" header, the empty "Connection" + * header removed. + * * @param response response to remove a header from * @param header the header to delete * @param content value to delete |