Browse Source

Documented that HTTP pipelining is not supported

Clinton Gormley 11 years ago
parent
commit
fbd0403a6f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/reference/modules/http.asciidoc

+ 2 - 0
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