diff options
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r-- | src/microhttpd/internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h index 70566ea1..5668a8f8 100644 --- a/src/microhttpd/internal.h +++ b/src/microhttpd/internal.h | |||
@@ -1910,8 +1910,9 @@ MHD_check_response_header_token_ci (const struct MHD_Response *response, | |||
1910 | #define MHD_check_response_header_s_token_ci(r,k,tkn) \ | 1910 | #define MHD_check_response_header_s_token_ci(r,k,tkn) \ |
1911 | MHD_check_response_header_token_ci((r),(k),(tkn),MHD_STATICSTR_LEN_(tkn)) | 1911 | MHD_check_response_header_token_ci((r),(k),(tkn),MHD_STATICSTR_LEN_(tkn)) |
1912 | 1912 | ||
1913 | |||
1913 | /** | 1914 | /** |
1914 | * Internal version of ::MHD_suspend_connection(). | 1915 | * Internal version of #MHD_suspend_connection(). |
1915 | * | 1916 | * |
1916 | * @remark In thread-per-connection mode: can be called from any thread, | 1917 | * @remark In thread-per-connection mode: can be called from any thread, |
1917 | * in any other mode: to be called only from thread that process | 1918 | * in any other mode: to be called only from thread that process |