From 11bca9a98a31d196bbc98333975b1743767dfe10 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 12 Jun 2016 18:56:32 +0900 Subject: [PATCH] h2load: Document the behaviour when -d is used with HTTP/1.1 connection --- src/h2load.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/h2load.cc b/src/h2load.cc index 4dc68f97..cad1f30b 100644 --- a/src/h2load.cc +++ b/src/h2load.cc @@ -1680,7 +1680,9 @@ Options: Default: )" << NGHTTP2_CLEARTEXT_PROTO_VERSION_ID << R"( -d, --data= Post FILE to server. The request method is changed to - POST. + POST. For http/1.1 connection, if -d is used, the + maximum number of in-flight pipelined requests is set to + 1. -r, --rate= Specifies the fixed rate at which connections are created. The rate must be a positive integer,