Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
12cecaa0
Commit
12cecaa0
authored
Aug 19, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h2load: Remove trailing spaces and left conflict marker
parent
50ae0ce7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
src/h2load.cc
src/h2load.cc
+5
-6
No files found.
src/h2load.cc
View file @
12cecaa0
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment