Code and comments minor fixes

This commit is contained in:
Evgeny Grin (Karlson2k)
2021-05-30 22:24:08 +03:00
parent 23943a2da6
commit f33328efab
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -2155,7 +2155,7 @@ parse_cookie_header (struct MHD_Connection *connection)
*/
static enum MHD_Result
parse_http_version (struct MHD_Connection *connection,
const char*http_string,
const char *http_string,
size_t len)
{
const char *const h = http_string; /**< short alias */
-1
View File
@@ -766,7 +766,6 @@ enum MHD_HTTP_version
/**
* HTTP future version. Unsupported.
* Reserved, not really detected.
*/
MHD_HTTP_VER_FUTURE = 100
};