commit 7f1dbb2aef40573861d9d19add648d1a327386f2 parent 5717a9ec22d72d4d4202dfd3e1071ded9182e51e Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 1 Mar 2018 13:31:58 +0100 postfix Diffstat:
| M | src/lib/connection_call_handlers.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lib/connection_call_handlers.c b/src/lib/connection_call_handlers.c @@ -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)) )