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
54fd0efd
Commit
54fd0efd
authored
Aug 31, 2021
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nghttpx: Return error if quic param is specified when quic is disabled
parent
f0d1e50d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/shrpx_config.cc
src/shrpx_config.cc
+1
-0
No files found.
src/shrpx_config.cc
View file @
54fd0efd
...
...
@@ -876,6 +876,7 @@ int parse_upstream_params(UpstreamParams &out, const StringRef &src_params) {
out
.
quic
=
true
;
#else // !ENABLE_HTTP3
LOG
(
ERROR
)
<<
"quic: QUIC is disabled at compile time"
;
return
-
1
;
#endif // !ENABLE_HTTP3
}
else
if
(
!
param
.
empty
())
{
LOG
(
ERROR
)
<<
"frontend: "
<<
param
<<
": unknown keyword"
;
...
...
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