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
2a350918
Commit
2a350918
authored
Nov 02, 2013
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc
parent
54750832
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
21 additions
and
2 deletions
+21
-2
_sources/apiref.txt
_sources/apiref.txt
+4
-0
apiref.html
apiref.html
+7
-0
genindex.html
genindex.html
+4
-0
nghttp2.h.html
nghttp2.h.html
+4
-0
objects.inv
objects.inv
+0
-0
package_README.html
package_README.html
+1
-1
searchindex.js
searchindex.js
+1
-1
No files found.
_sources/apiref.txt
View file @
2a350918
...
...
@@ -221,6 +221,10 @@ Enums
(``-527``)
There are too many in-flight SETTING frame and no more
transmission of SETTINGS is allowed.
.. macro:: NGHTTP2_ERR_PUSH_DISABLED
(``-528``)
The server push is disabled.
.. macro:: NGHTTP2_ERR_FATAL
(``-900``)
...
...
apiref.html
View file @
2a350918
...
...
@@ -366,6 +366,13 @@ There are too many in-flight SETTING frame and no more
transmission of SETTINGS is allowed.
</p>
</dd></dl>
<dl
class=
"macro"
>
<dt
id=
"NGHTTP2_ERR_PUSH_DISABLED"
>
<tt
class=
"descname"
>
NGHTTP2_ERR_PUSH_DISABLED
</tt><a
class=
"headerlink"
href=
"#NGHTTP2_ERR_PUSH_DISABLED"
title=
"Permalink to this definition"
>
¶
</a></dt>
<dd><p>
(
<tt
class=
"docutils literal"
><span
class=
"pre"
>
-528
</span></tt>
)
The server push is disabled.
</p>
</dd></dl>
<dl
class=
"macro"
>
<dt
id=
"NGHTTP2_ERR_FATAL"
>
<tt
class=
"descname"
>
NGHTTP2_ERR_FATAL
</tt><a
class=
"headerlink"
href=
"#NGHTTP2_ERR_FATAL"
title=
"Permalink to this definition"
>
¶
</a></dt>
...
...
genindex.html
View file @
2a350918
...
...
@@ -197,6 +197,10 @@
</dt>
<dt><a
href=
"apiref.html#NGHTTP2_ERR_PUSH_DISABLED"
>
NGHTTP2_ERR_PUSH_DISABLED (C macro)
</a>
</dt>
<dt><a
href=
"apiref.html#NGHTTP2_ERR_START_STREAM_NOT_ALLOWED"
>
NGHTTP2_ERR_START_STREAM_NOT_ALLOWED (C macro)
</a>
</dt>
...
...
nghttp2.h.html
View file @
2a350918
...
...
@@ -331,6 +331,10 @@
<span
class=
"cm"
>
*/
</span>
<span
class=
"n"
>
NGHTTP2_ERR_TOO_MANY_INFLIGHT_SETTINGS
</span>
<span
class=
"o"
>
=
</span>
<span
class=
"o"
>
-
</span><span
class=
"mi"
>
527
</span><span
class=
"p"
>
,
</span>
<span
class=
"cm"
>
/**
</span>
<span
class=
"cm"
>
* The server push is disabled.
</span>
<span
class=
"cm"
>
*/
</span>
<span
class=
"n"
>
NGHTTP2_ERR_PUSH_DISABLED
</span>
<span
class=
"o"
>
=
</span>
<span
class=
"o"
>
-
</span><span
class=
"mi"
>
528
</span><span
class=
"p"
>
,
</span>
<span
class=
"cm"
>
/**
</span>
<span
class=
"cm"
>
* The errors
<
:enum:`NGHTTP2_ERR_FATAL` mean that the library is
</span>
<span
class=
"cm"
>
* under unexpected condition and cannot process any further data
</span>
<span
class=
"cm"
>
* reliably (e.g., out of memory).
</span>
...
...
objects.inv
View file @
2a350918
No preview for this file type
package_README.html
View file @
2a350918
...
...
@@ -84,7 +84,7 @@ header compression
<td>
Done
</td>
</tr>
<tr
class=
"row-odd"
><td>
SETTINGS_ENABLE_PUSH
</td>
<td>
</td>
<td>
Done
</td>
</tr>
<tr
class=
"row-even"
><td>
FRAME_SIZE_ERROR
</td>
<td>
Done
</td>
...
...
searchindex.js
View file @
2a350918
This diff is collapsed.
Click to expand it.
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