h2load: Document the behaviour when -d is used with HTTP/1.1 connection

This commit is contained in:
Tatsuhiro Tsujikawa 2016-06-12 18:56:32 +09:00
parent 2868370f9e
commit 11bca9a98a
1 changed files with 3 additions and 1 deletions

View File

@ -1680,7 +1680,9 @@ Options:
Default: )" << NGHTTP2_CLEARTEXT_PROTO_VERSION_ID << R"(
-d, --data=<PATH>
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=<N>
Specifies the fixed rate at which connections are
created. The rate must be a positive integer,