Commit 11bca9a9 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

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

parent 2868370f
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment