libmicrohttpd

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

commit 19515c276b96b36c54bdad328159cd3c1519d13d
parent da74226baa1b9c42a18f2c228efbfd6f569dbf59
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 19 Sep 2010 14:26:30 +0000

typo

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

diff --git a/src/daemon/connection.c b/src/daemon/connection.c @@ -612,7 +612,7 @@ build_header_response (struct MHD_Connection *connection) : ( (0 == strcasecmp (MHD_HTTP_VERSION_1_0, connection->version)) ? MHD_HTTP_VERSION_1_0 - : MHD_HTTP_VERSION_1_1_), + : MHD_HTTP_VERSION_1_1), rc, reason_phrase); off = strlen (code);