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
705051ce
Commit
705051ce
authored
Mar 30, 2014
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc
parent
d3962bec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/includes/nghttp2/nghttp2.h
lib/includes/nghttp2/nghttp2.h
+2
-2
No files found.
lib/includes/nghttp2/nghttp2.h
View file @
705051ce
...
@@ -2011,7 +2011,7 @@ void nghttp2_priority_spec_dep_init(nghttp2_priority_spec *pri_spec,
...
@@ -2011,7 +2011,7 @@ void nghttp2_priority_spec_dep_init(nghttp2_priority_spec *pri_spec,
*
*
* The |pri_spec| is priority specification of this request. ``NULL``
* The |pri_spec| is priority specification of this request. ``NULL``
* means the default priority (priority group ID becomes its stream ID
* means the default priority (priority group ID becomes its stream ID
* and weight is :macro:`NGHTTP2_DEFAULT_WEIGHT). To specify the
* and weight is :macro:`NGHTTP2_DEFAULT_WEIGHT
`
). To specify the
* priority, use either `nghttp2_priority_spec_group_init()` or
* priority, use either `nghttp2_priority_spec_group_init()` or
* `nghttp2_priority_spec_dep_init()`. If |pri_spec| is not ``NULL``,
* `nghttp2_priority_spec_dep_init()`. If |pri_spec| is not ``NULL``,
* this function will copy its data members.
* this function will copy its data members.
...
@@ -2129,7 +2129,7 @@ int nghttp2_submit_response(nghttp2_session *session,
...
@@ -2129,7 +2129,7 @@ int nghttp2_submit_response(nghttp2_session *session,
*
*
* The |pri_spec| is priority specification of this request. ``NULL``
* The |pri_spec| is priority specification of this request. ``NULL``
* means the default priority (priority group ID becomes its stream ID
* means the default priority (priority group ID becomes its stream ID
* and weight is :macro:`NGHTTP2_DEFAULT_WEIGHT). To specify the
* and weight is :macro:`NGHTTP2_DEFAULT_WEIGHT
`
). To specify the
* priority, use either `nghttp2_priority_spec_group_init()` or
* priority, use either `nghttp2_priority_spec_group_init()` or
* `nghttp2_priority_spec_dep_init()`. If |pri_spec| is not ``NULL``,
* `nghttp2_priority_spec_dep_init()`. If |pri_spec| is not ``NULL``,
* this function will copy its data members.
* this function will copy its data members.
...
...
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