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
5d788e97
Commit
5d788e97
authored
Jan 12, 2014
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nghttp2_hd: Move pointer variables before size_t
parent
2e11f01a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lib/nghttp2_hd.h
lib/nghttp2_hd.h
+5
-5
No files found.
lib/nghttp2_hd.h
View file @
5d788e97
...
...
@@ -103,6 +103,11 @@ typedef struct {
typedef
struct
{
/* dynamic header table */
nghttp2_hd_ringbuf
hd_table
;
/* Holding emitted entry in deflating header block to retain
reference count. */
nghttp2_hd_entry
**
emit_set
;
/* Keep track of allocated buffers in inflation */
uint8_t
**
buf_track
;
/* Abstract buffer size of hd_table as described in the spec. This
is the sum of length of name/value in hd_table +
NGHTTP2_HD_ENTRY_OVERHEAD bytes overhead per each entry. */
...
...
@@ -128,11 +133,6 @@ typedef struct {
size_t
deflate_hd_tablelen
;
/* The number of entry the |buf_track| contains. */
size_t
buf_tracklen
;
/* Holding emitted entry in deflating header block to retain
reference count. */
nghttp2_hd_entry
**
emit_set
;
/* Keep track of allocated buffers in inflation */
uint8_t
**
buf_track
;
/* Role of this context; deflate or infalte */
nghttp2_hd_role
role
;
/* NGHTTP2_HD_SIDE_REQUEST for processing request, otherwise
...
...
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