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
3882bbeb
Commit
3882bbeb
authored
Jan 17, 2014
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc
parent
22a4e3ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
lib/includes/nghttp2/nghttp2.h
lib/includes/nghttp2/nghttp2.h
+2
-10
No files found.
lib/includes/nghttp2/nghttp2.h
View file @
3882bbeb
...
@@ -1867,8 +1867,7 @@ const char* nghttp2_strerror(int lib_error_code);
...
@@ -1867,8 +1867,7 @@ const char* nghttp2_strerror(int lib_error_code);
* negative error codes:
* negative error codes:
*
*
* :enum:`NGHTTP2_ERR_INVALID_ARGUMENT`
* :enum:`NGHTTP2_ERR_INVALID_ARGUMENT`
* The |pri| is invalid; or the |nva| includes empty name, or name
* The |pri| is invalid
* which contains invalid characters.
* :enum:`NGHTTP2_ERR_NOMEM`
* :enum:`NGHTTP2_ERR_NOMEM`
* Out of memory.
* Out of memory.
*/
*/
...
@@ -1911,9 +1910,6 @@ int nghttp2_submit_request(nghttp2_session *session, int32_t pri,
...
@@ -1911,9 +1910,6 @@ int nghttp2_submit_request(nghttp2_session *session, int32_t pri,
* This function returns 0 if it succeeds, or one of the following
* This function returns 0 if it succeeds, or one of the following
* negative error codes:
* negative error codes:
*
*
* :enum:`NGHTTP2_ERR_INVALID_ARGUMENT`
* The |nva| includes empty name or name which contains invalid
* characters.
* :enum:`NGHTTP2_ERR_NOMEM`
* :enum:`NGHTTP2_ERR_NOMEM`
* Out of memory.
* Out of memory.
*/
*/
...
@@ -1968,8 +1964,7 @@ int nghttp2_submit_response(nghttp2_session *session,
...
@@ -1968,8 +1964,7 @@ int nghttp2_submit_response(nghttp2_session *session,
* negative error codes:
* negative error codes:
*
*
* :enum:`NGHTTP2_ERR_INVALID_ARGUMENT`
* :enum:`NGHTTP2_ERR_INVALID_ARGUMENT`
* The |pri| is invalid; or the |nva| includes empty name, or name
* The |pri| is invalid
* which contains invalid characters.
* :enum:`NGHTTP2_ERR_NOMEM`
* :enum:`NGHTTP2_ERR_NOMEM`
* Out of memory.
* Out of memory.
*/
*/
...
@@ -2110,9 +2105,6 @@ int nghttp2_submit_settings(nghttp2_session *session, uint8_t flags,
...
@@ -2110,9 +2105,6 @@ int nghttp2_submit_settings(nghttp2_session *session, uint8_t flags,
* This function returns 0 if it succeeds, or one of the following
* This function returns 0 if it succeeds, or one of the following
* negative error codes:
* negative error codes:
*
*
* :enum:`NGHTTP2_ERR_INVALID_ARGUMENT`
* The |nva| includes empty name, or name which contains invalid
* characters.
* :enum:`NGHTTP2_ERR_NOMEM`
* :enum:`NGHTTP2_ERR_NOMEM`
* Out of memory.
* Out of memory.
*/
*/
...
...
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