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
5b587e85
Unverified
Commit
5b587e85
authored
Feb 08, 2021
by
Tatsuhiro Tsujikawa
Committed by
GitHub
Feb 08, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1550 from jktjkt/docs-asio-fix-typos
docs: asio: fix some typos
parents
3239c5ef
5b9892a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/includes/nghttp2/asio_http2_client.h
src/includes/nghttp2/asio_http2_client.h
+4
-4
src/includes/nghttp2/asio_http2_server.h
src/includes/nghttp2/asio_http2_server.h
+2
-2
No files found.
src/includes/nghttp2/asio_http2_client.h
View file @
5b587e85
...
...
@@ -51,8 +51,8 @@ public:
// Returns content-length. -1 if it is unknown.
int64_t
content_length
()
const
;
// Returns the response header fields. The p
use
do header fields,
// which start with colon (:), are ex
luc
ed from this list.
// Returns the response header fields. The p
seu
do header fields,
// which start with colon (:), are ex
clud
ed from this list.
const
header_map
&
header
()
const
;
// Application must not call this directly.
...
...
@@ -107,8 +107,8 @@ public:
// Returns request URI, split into components.
const
uri_ref
&
uri
()
const
;
// Returns request header fields. The p
use
do header fields, which
// start with colon (:), are ex
luc
ed from this list.
// Returns request header fields. The p
seu
do header fields, which
// start with colon (:), are ex
clud
ed from this list.
const
header_map
&
header
()
const
;
// Application must not call this directly.
...
...
src/includes/nghttp2/asio_http2_server.h
View file @
5b587e85
...
...
@@ -42,8 +42,8 @@ public:
request
();
~
request
();
// Returns request header fields. The p
use
do header fields, which
// start with colon (:), are ex
luc
ed from this list.
// Returns request header fields. The p
seu
do header fields, which
// start with colon (:), are ex
clud
ed from this list.
const
header_map
&
header
()
const
;
// Returns method (e.g., GET).
...
...
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