From fbd0403a6f2030a448fd4513385675c61854d9ce Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Mon, 27 Oct 2014 14:49:09 +0100 Subject: [PATCH] Documented that HTTP pipelining is not supported --- docs/reference/modules/http.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/modules/http.asciidoc b/docs/reference/modules/http.asciidoc index 8c7da111db3..3f7d1b6109f 100644 --- a/docs/reference/modules/http.asciidoc +++ b/docs/reference/modules/http.asciidoc @@ -15,6 +15,8 @@ when connecting for better performance and try to get your favorite client not to do http://en.wikipedia.org/wiki/Chunked_transfer_encoding[HTTP chunking]. +IMPORTANT: HTTP pipelining is not supported and should be disabled in your HTTP client. + [float] === Settings