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
73e79130
Commit
73e79130
authored
May 07, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc
parent
1a190235
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
lib/includes/nghttp2/nghttp2.h
lib/includes/nghttp2/nghttp2.h
+7
-7
No files found.
lib/includes/nghttp2/nghttp2.h
View file @
73e79130
...
...
@@ -2949,13 +2949,13 @@ nghttp2_priority_spec_check_default(const nghttp2_priority_spec *pri_spec);
* If |data_prd| is not ``NULL``, it provides data which will be sent
* in subsequent DATA frames. In this case, a method that allows
* request message bodies
* (http
://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9) must
*
be specified with ``:method`` key in |nva| (e.g. ``POST``). Thi
s
*
function does not take ownership of the |data_prd|. The function
*
copies the members of the |data_prd|. If |data_prd| is ``NULL``,
*
HEADERS have END_STREAM set. The |stream_user_data| is data
*
associated to the stream opened by this request and can be an
*
arbitrary pointer,
which can be retrieved later by
* (http
s://tools.ietf.org/html/rfc7231#section-4) must be specified
*
with ``:method`` key in |nva| (e.g. ``POST``). This function doe
s
*
not take ownership of the |data_prd|. The function copies the
*
members of the |data_prd|. If |data_prd| is ``NULL``, HEADERS have
*
END_STREAM set. The |stream_user_data| is data associated to the
*
stream opened by this request and can be an arbitrary pointer,
* which can be retrieved later by
* `nghttp2_session_get_stream_user_data()`.
*
* This function returns assigned stream ID if it succeeds, or one of
...
...
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