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
08d0cdfd
Commit
08d0cdfd
authored
Mar 04, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
parent
a2a9f153
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/http2.h
src/http2.h
+3
-3
No files found.
src/http2.h
View file @
08d0cdfd
...
@@ -274,9 +274,9 @@ std::vector<LinkHeader> parse_link_header(const char *src, size_t len);
...
@@ -274,9 +274,9 @@ std::vector<LinkHeader> parse_link_header(const char *src, size_t len);
// Constructs path by combining base path |base_path| of length
// Constructs path by combining base path |base_path| of length
// |base_pathlen| with another path |rel_path| of length
// |base_pathlen| with another path |rel_path| of length
// |rel_pathlen|. The base path and another path can have optional
// |rel_pathlen|. The base path and another path can have optional
// query component. This function assumes |base_path| is
// query component. This function assumes |base_path| is
normalized.
//
cannibalized. In other words, it does not contain ".." or "." path
//
In other words, it does not contain ".." or "." path components
//
components
and starts with "/" if it is not empty.
// and starts with "/" if it is not empty.
std
::
string
path_join
(
const
char
*
base_path
,
size_t
base_pathlen
,
std
::
string
path_join
(
const
char
*
base_path
,
size_t
base_pathlen
,
const
char
*
base_query
,
size_t
base_querylen
,
const
char
*
base_query
,
size_t
base_querylen
,
const
char
*
rel_path
,
size_t
rel_pathlen
,
const
char
*
rel_path
,
size_t
rel_pathlen
,
...
...
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