Commit 12cecaa0 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

h2load: Remove trailing spaces and left conflict marker

parent 50ae0ce7
...@@ -196,7 +196,7 @@ void conn_timeout_cb(EV_P_ ev_timer *w, int revents) { ...@@ -196,7 +196,7 @@ void conn_timeout_cb(EV_P_ ev_timer *w, int revents) {
client->timeout(); client->timeout();
} }
} }
}//namespace } // namespace
namespace { namespace {
bool check_stop_client_request_timeout(Client *client, ev_timer *w) { bool check_stop_client_request_timeout(Client *client, ev_timer *w) {
...@@ -1291,7 +1291,6 @@ Options: ...@@ -1291,7 +1291,6 @@ Options:
wait. When no timeout value is set (either active or wait. When no timeout value is set (either active or
inactive), h2load will keep a connection open inactive), h2load will keep a connection open
indefinitely, waiting for a response. indefinitely, waiting for a response.
=======
--timing-script-file=<PATH> --timing-script-file=<PATH>
Path of a file containing one or more lines separated by Path of a file containing one or more lines separated by
EOLs. Each script line is composed of two tab-separated EOLs. Each script line is composed of two tab-separated
...@@ -1310,10 +1309,10 @@ Options: ...@@ -1310,10 +1309,10 @@ Options:
other URIs, if present, are ignored. Definition of a other URIs, if present, are ignored. Definition of a
base URI overrides all scheme, host or port values. base URI overrides all scheme, host or port values.
-B, --base-uri=<URI> -B, --base-uri=<URI>
Specify URI from which the scheme, host and port will be Specify URI from which the scheme, host and port will be
used for all requests. The base URI overrides all values used for all requests. The base URI overrides all
defined either at the command line or inside input files. values defined either at the command line or inside
>>>>>>> Add Timing-script and base URI support input files.
-v, --verbose -v, --verbose
Output debug information. Output debug information.
--version Display version information and exit. --version Display version information and exit.
......
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