mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
postfix
This commit is contained in:
@@ -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)) )
|
||||
|
||||
Reference in New Issue
Block a user