libmicrohttpd

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

commit c7a0cf287b1aef15840646073fd05424db4029e9
parent 386b21da1b69be8138e5256b8906a0ea24b07633
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sat, 12 Jun 2021 18:30:28 +0300

Corrected naming enum MHD_HTTP_version -> enum MHD_HTTP_Version

Diffstat:
Msrc/microhttpd/internal.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h @@ -732,7 +732,7 @@ enum MHD_ConnKeepAlive MHD_CONN_USE_KEEPALIVE = 1 }; -enum MHD_HTTP_version +enum MHD_HTTP_Version { /** * Not a HTTP protocol or HTTP version is invalid. @@ -894,7 +894,7 @@ struct MHD_Connection /** * HTTP protocol version as enum. */ - enum MHD_HTTP_version http_ver; + enum MHD_HTTP_Version http_ver; /** * Close connection after sending response?