libmicrohttpd

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

commit 8819ae2b91fb1baa4e8a986f77f4a2b07a5543f5
parent bc1137bd60c3eeb2e7ed0e8a968674a4ae9b2a2a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 24 Feb 2014 22:19:41 +0000

-fix typo

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

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c @@ -3243,7 +3243,7 @@ MHD_start_daemon_va (unsigned int flags, return NULL; #endif #ifndef TCP_FASTOPEN - if (0 != (flags & MHD_USE_TCP_FASTSEND)) + if (0 != (flags & MHD_USE_TCP_FASTOPEN)) return NULL; #endif if (NULL == dh)