libmicrohttpd

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

commit 2118763c481d6a23af5eb3f652f4689086cdbf4c
parent 013a50dc9691985cff367cf8bc4c0f7ab2a551bf
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  8 Jul 2014 14:28:49 +0000

-typo

Diffstat:
Msrc/include/microhttpd.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -244,6 +244,8 @@ typedef SOCKET MHD_socket; #define MHD_HTTP_FORBIDDEN 403 #define MHD_HTTP_NOT_FOUND 404 #define MHD_HTTP_METHOD_NOT_ALLOWED 405 +#define MHD_HTTP_NOT_ACCEPTABLE 406 +/** @deprecated */ #define MHD_HTTP_METHOD_NOT_ACCEPTABLE 406 #define MHD_HTTP_PROXY_AUTHENTICATION_REQUIRED 407 #define MHD_HTTP_REQUEST_TIMEOUT 408 @@ -1132,6 +1134,7 @@ typedef /** * Allow or deny a client to connect. * + * @param cls closure * @param addr address information from the client * @param addrlen length of @a addr * @return #MHD_YES if connection is allowed, #MHD_NO if not