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
006ac7b1
Commit
006ac7b1
authored
Jul 19, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h2load: Fix HTML formatting
parent
5465cdf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
18 deletions
+16
-18
src/h2load.cc
src/h2load.cc
+16
-18
No files found.
src/h2load.cc
View file @
006ac7b1
...
...
@@ -1063,34 +1063,32 @@ Options:
Available protocol: )"
;
#endif // !HAVE_SPDYLAY
out
<<
NGHTTP2_CLEARTEXT_PROTO_VERSION_ID
<<
R"(
Default: )"
<<
NGHTTP2_CLEARTEXT_PROTO_VERSION_ID
<<
R"(
Default: )"
<<
NGHTTP2_CLEARTEXT_PROTO_VERSION_ID
<<
R"(
-d, --data=<FILE>
Post FILE to server. The request method is changed to
POST.
-r, --rate=<N>
Specified
the fixed rate at which connections
are
created.
The rate must be a positive
integer,
representing the
number of connections to be
made per
second.
When the rate is 0,
the program will run as it
Specified
the fixed rate at which connections
are
created.
The rate must be a positive
integer,
representing the
number of connections to be
made per
second.
When the rate is 0,
the program will run as it
normally does, creating connections at whatever variable
rate it wants. The default value for this option is 0.
rate it wants.
The default value for this option is 0.
-C, --num-conns=<N>
Specifies
the total number of connections to create. The
total number of connections must be a positive integer.
On each connection, '-m' requests are made. The test
stops once as soon as the N connections have either
completed or failed.
When
the number of connections is
Specifies
the total number of connections to create.
The total number of connections must be a positive
integer. On each connection, -m requests are made. The
test
stops once as soon as the N connections have either
completed or failed.
When
the number of connections is
0, the program will run as it normally does, creating as
many connections
as it needs in order to make the '-n'
requests specified.
The default value for this option is
0. The '-n' option is not required if the '-C' option
is
being used.
many connections
as it needs in order to make the -n
requests specified.
The default value for this option
is 0. The -n option is not required if the -C option is
being used.
-v, --verbose
Output debug information.
--version Display version information and exit.
-h, --help Display this help and exit.)"
<<
std
::
endl
;
-h, --help Display this help and exit.)"
<<
std
::
endl
;
}
}
// namespace
...
...
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