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
3c631b56
Commit
3c631b56
authored
Mar 22, 2014
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code cleanup
parent
774cf88f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
lib/nghttp2_session.h
lib/nghttp2_session.h
+2
-4
No files found.
lib/nghttp2_session.h
View file @
3c631b56
...
@@ -54,16 +54,14 @@ typedef enum {
...
@@ -54,16 +54,14 @@ typedef enum {
typedef
struct
{
typedef
struct
{
nghttp2_outbound_item
*
item
;
nghttp2_outbound_item
*
item
;
nghttp2_bufs
framebufs
;
nghttp2_bufs
framebufs
;
nghttp2_outbound_state
state
;
nghttp2_outbound_state
state
;
}
nghttp2_active_outbound_item
;
}
nghttp2_active_outbound_item
;
/* Buffer length for inbound raw byte stream. */
/* Buffer length for inbound raw byte stream used in
nghttp2_session_recv(). */
#define NGHTTP2_INBOUND_BUFFER_LENGTH 16384
#define NGHTTP2_INBOUND_BUFFER_LENGTH 16384
#define NGHTTP2_INITIAL_NV_BUFFER_LENGTH 4096
/* Internal state when receiving incoming frame */
/* Internal state when receiving incoming frame */
typedef
enum
{
typedef
enum
{
/* Receiving frame header */
/* Receiving frame header */
...
...
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