diff options
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r-- | src/microhttpd/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c index ddf62d77..a154da45 100644 --- a/src/microhttpd/connection.c +++ b/src/microhttpd/connection.c | |||
@@ -3146,7 +3146,7 @@ parse_cookie_header (struct MHD_Connection *connection) | |||
3146 | /** | 3146 | /** |
3147 | * The valid length of any HTTP version string | 3147 | * The valid length of any HTTP version string |
3148 | */ | 3148 | */ |
3149 | #define HTTP_VER_LEN (MHD_STATICSTR_LEN_(MHD_HTTP_VERSION_1_1)) | 3149 | #define HTTP_VER_LEN (MHD_STATICSTR_LEN_ (MHD_HTTP_VERSION_1_1)) |
3150 | 3150 | ||
3151 | /** | 3151 | /** |
3152 | * Detect HTTP version, send error response if version is not supported | 3152 | * Detect HTTP version, send error response if version is not supported |