This commit is contained in:
Christian Grothoff
2018-03-01 13:31:58 +01:00
parent 5717a9ec22
commit 7f1dbb2aef
+1 -1
View File
@@ -1803,7 +1803,7 @@ parse_initial_message_line (struct MHD_Request *request,
line_len - (uri - line));
}
}
if ( (1 <= daemon->strict_for_client) &&
if ( (MHD_PSL_STRICT == daemon->protocol_strict_level) &&
(NULL != memchr (line,
' ',
http_version - line)) )