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
077275e7
Commit
077275e7
authored
12 years ago
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo SPDY/3
parent
aa07076f
master
asio_threading
boringssl-tls13
cache-digest
gh-actions
hpack-8bits
http-parser-unknown-method
nghttpx-http3
nghttpx-usr2-graceful-shutdown
nproc
quic
tls13-early-data-strike-reg
v0.3-fix
v1.11.x
v1.14.x
v1.16.x
v1.18.x
v1.21.x
v1.23.x
v1.31.x
v1.32.x
v1.35.x
v1.39.x
v1.45.x
v1.7.x
v1.9.x
ws
v1.46.0
v1.45.1
v1.45.0
v1.44.0
v1.43.0
v1.42.0
v1.41.0
v1.40.0
v1.39.2
v1.39.1
v1.39.0
v1.38.0
v1.37.0
v1.36.0
v1.35.1
v1.35.0
v1.34.0
v1.33.0
v1.32.1
v1.32.0
v1.31.1
v1.31.0
v1.30.0
v1.29.0
v1.28.0
v1.27.0
v1.26.0
v1.25.0
v1.24.0
v1.23.1
v1.23.0
v1.22.0
v1.21.1
v1.21.0
v1.20.0
v1.19.0
v1.18.1
v1.18.0
v1.17.0
v1.16.1
v1.16.0
v1.15.0
v1.14.1
v1.14.0
v1.13.0
v1.12.0
v1.11.1
v1.11.0
v1.10.0
v1.9.2
v1.9.1
v1.9.0
v1.8.0
v1.7.1
v1.7.0
v1.6.0
v1.5.0
v1.4.0
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.2
v1.1.1
v1.1.0
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v0.7.15
v0.7.14
v0.7.13
v0.7.12
v0.7.11
v0.7.10
v0.7.9
v0.7.8
v0.7.7
v0.7.6
v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.6.7
v0.6.6
v0.6.5
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.1
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.0
v0.1.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/shrpx_ssl.cc
src/shrpx_ssl.cc
+1
-1
No files found.
src/shrpx_ssl.cc
View file @
077275e7
...
...
@@ -150,7 +150,7 @@ int select_next_proto_cb(SSL* ssl,
void
*
arg
)
{
if
(
spdylay_select_next_protocol
(
out
,
outlen
,
in
,
inlen
)
<=
0
)
{
*
out
=
(
unsigned
char
*
)
"
SPDY
/3"
;
*
out
=
(
unsigned
char
*
)
"
spdy
/3"
;
*
outlen
=
6
;
}
return
SSL_TLSEXT_ERR_OK
;
...
...
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