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
3c49a31a
Commit
3c49a31a
authored
May 30, 2012
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo
parent
55b75625
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
lib/includes/spdylay/spdylay.h
lib/includes/spdylay/spdylay.h
+8
-8
No files found.
lib/includes/spdylay/spdylay.h
View file @
3c49a31a
...
...
@@ -483,7 +483,7 @@ typedef struct {
*/
uint8_t
slot
;
/**
* The name/value pairs. For i > 0, ``nv[2*i]`` contains a pointer
* The name/value pairs. For i >
=
0, ``nv[2*i]`` contains a pointer
* to the name string and ``nv[2*i+1]`` contains a pointer to the
* value string. The one beyond last value must be ``NULL``. That
* is, if the |nv| contains N name/value pairs, ``nv[2*N]`` must be
...
...
@@ -506,7 +506,7 @@ typedef struct {
*/
int32_t
stream_id
;
/**
* The name/value pairs. For i > 0, ``nv[2*i]`` contains a pointer
* The name/value pairs. For i >
=
0, ``nv[2*i]`` contains a pointer
* to the name string and ``nv[2*i+1]`` contains a pointer to the
* value string. The one beyond last value must be ``NULL``. That
* is, if the |nv| contains N name/value pairs, ``nv[2*N]`` must be
...
...
@@ -529,7 +529,7 @@ typedef struct {
*/
int32_t
stream_id
;
/**
* The name/value pairs. For i > 0, ``nv[2*i]`` contains a pointer
* The name/value pairs. For i >
=
0, ``nv[2*i]`` contains a pointer
* to the name string and ``nv[2*i+1]`` contains a pointer to the
* value string. The one beyond last value must be ``NULL``. That
* is, if the |nv| contains N name/value pairs, ``nv[2*N]`` must be
...
...
@@ -1595,7 +1595,7 @@ const char* spdylay_strerror(int error_code);
* value. Use `spdylay_session_get_pri_lowest()` to know the lowest
* priority value for this |session|.
*
* The |nv| contains the name/value pairs. For i > 0, ``nv[2*i]``
* The |nv| contains the name/value pairs. For i >
=
0, ``nv[2*i]``
* contains a pointer to the name string and ``nv[2*i+1]`` contains a
* pointer to the value string. The one beyond last value must be
* ``NULL``. That is, if the |nv| contains N name/value pairs,
...
...
@@ -1669,7 +1669,7 @@ int spdylay_submit_request(spdylay_session *session, uint8_t pri,
* Submits SYN_REPLY frame and optionally one or more DATA frames
* against the stream |stream_id|.
*
* The |nv| contains the name/value pairs. For i > 0, ``nv[2*i]``
* The |nv| contains the name/value pairs. For i >
=
0, ``nv[2*i]``
* contains a pointer to the name string and ``nv[2*i+1]`` contains a
* pointer to the value string. The one beyond last value must be
* ``NULL``. That is, if the |nv| contains N name/value pairs,
...
...
@@ -1724,7 +1724,7 @@ int spdylay_submit_response(spdylay_session *session,
* value. Use `spdylay_session_get_pri_lowest()` to know the lowest
* priority value for this |session|.
*
* The |nv| contains the name/value pairs. For i > 0, ``nv[2*i]``
* The |nv| contains the name/value pairs. For i >
=
0, ``nv[2*i]``
* contains a pointer to the name string and ``nv[2*i+1]`` contains a
* pointer to the value string. The one beyond last value must be
* ``NULL``. That is, if the |nv| contains N name/value pairs,
...
...
@@ -1767,7 +1767,7 @@ int spdylay_submit_syn_stream(spdylay_session *session, uint8_t flags,
* The stream which this frame belongs to is given in the
* |stream_id|. The |nv| is the name/value pairs in this frame.
*
* The |nv| contains the name/value pairs. For i > 0, ``nv[2*i]``
* The |nv| contains the name/value pairs. For i >
=
0, ``nv[2*i]``
* contains a pointer to the name string and ``nv[2*i+1]`` contains a
* pointer to the value string. The one beyond last value must be
* ``NULL``. That is, if the |nv| contains N name/value pairs,
...
...
@@ -1799,7 +1799,7 @@ int spdylay_submit_syn_reply(spdylay_session *session, uint8_t flags,
* The stream which this frame belongs to is given in the
* |stream_id|. The |nv| is the name/value pairs in this frame.
*
* The |nv| contains the name/value pairs. For i > 0, ``nv[2*i]``
* The |nv| contains the name/value pairs. For i >
=
0, ``nv[2*i]``
* contains a pointer to the name string and ``nv[2*i+1]`` contains a
* pointer to the value string. The one beyond last value must be
* ``NULL``. That is, if the |nv| contains N name/value pairs,
...
...
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