libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit c06b590afb3be1e876be1fcb887fd3eca9b1d65e
parent 11e2fba331a7009f37c7595ceb35999bf1f4d1c0
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 15 Nov 2010 14:18:56 +0000

fix

Diffstat:
Msrc/daemon/response.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/daemon/response.c b/src/daemon/response.c @@ -112,7 +112,7 @@ MHD_add_response_footer (struct MHD_Response *response, { return add_response_entry (response, MHD_FOOTER_KIND, - header, + footer, content); }