From aeea56061296fdaf62460c85e81050f47e1f2c46 Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Wed, 8 Feb 2017 10:34:49 +0000 Subject: [PATCH] documentation rebuild for core.xml git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1782141 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index b7b5cb3dfaf..ef75e404ba6 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2100,6 +2100,15 @@ media type in the HTTP Content-Type header field # Missing CRLF
GET / HTTP/1.0\n\n

+

Command line tools and CRLF

+

Some tools need to be forced to use CRLF, otherwise httpd will return + a HTTP 400 response like described in the above use case. For example, + the OpenSSL s_client needs the -crlf parameter to work + properly.

+

The DumpIOInput directive + can help while reviewing the HTTP request to identify issues like the + absence of CRLF.

+
RegisteredMethods|LenientMethods
-- 2.47.3