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
a8625e15
Commit
a8625e15
authored
May 08, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clang-format
parent
7f60de0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
lib/nghttp2_hd.c
lib/nghttp2_hd.c
+2
-2
src/h2load.h
src/h2load.h
+1
-2
No files found.
lib/nghttp2_hd.c
View file @
a8625e15
...
...
@@ -1752,8 +1752,8 @@ static int hd_inflate_remove_bufs_with_name(nghttp2_hd_inflater *inflater,
#ifndef NDEBUG
rv
=
#endif
nghttp2_bufs_remove_copy
(
&
inflater
->
nvbufs
,
buf
+
ent_name
->
nv
.
namelen
+
1
);
nghttp2_bufs_remove_copy
(
&
inflater
->
nvbufs
,
buf
+
ent_name
->
nv
.
namelen
+
1
);
assert
(
ent_name
->
nv
.
namelen
+
1
+
rv
==
buflen
);
nghttp2_bufs_reset
(
&
inflater
->
nvbufs
);
...
...
src/h2load.h
View file @
a8625e15
...
...
@@ -94,8 +94,7 @@ struct RequestStat {
bool
completed
;
};
template
<
typename
Duration
>
struct
TimeStat
{
template
<
typename
Duration
>
struct
TimeStat
{
// min, max, mean and sd (standard deviation)
Duration
min
,
max
,
mean
,
sd
;
// percentage of samples inside mean -/+ sd
...
...
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