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
32c2557b
Commit
32c2557b
authored
Jan 26, 2022
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump nghttp3
parent
3122a839
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
.github/workflows/build.yml
.github/workflows/build.yml
+1
-1
README.rst
README.rst
+1
-1
src/h2load_http3_session.cc
src/h2load_http3_session.cc
+1
-1
src/shrpx_http3_upstream.cc
src/shrpx_http3_upstream.cc
+1
-1
No files found.
.github/workflows/build.yml
View file @
32c2557b
...
@@ -116,7 +116,7 @@ jobs:
...
@@ -116,7 +116,7 @@ jobs:
run
:
|
run
:
|
git clone https://github.com/ngtcp2/nghttp3
git clone https://github.com/ngtcp2/nghttp3
cd nghttp3
cd nghttp3
git checkout
207318c92e0578ac393c31dcd797e4a4dca3e31a
git checkout
74a222fe0c89b7202bcdaf6ef27a232edffc85e3
autoreconf -i
autoreconf -i
./configure --prefix=$PWD/build --enable-lib-only
./configure --prefix=$PWD/build --enable-lib-only
make -j$(nproc) check
make -j$(nproc) check
...
...
README.rst
View file @
32c2557b
...
@@ -368,7 +368,7 @@ Build nghttp3:
...
@@ -368,7 +368,7 @@ Build nghttp3:
$ git clone https://github.com/ngtcp2/nghttp3
$ git clone https://github.com/ngtcp2/nghttp3
$ cd nghttp3
$ cd nghttp3
$ git checkout
207318c92e0578ac393c31dcd797e4a4dca3e31a
$ git checkout
74a222fe0c89b7202bcdaf6ef27a232edffc85e3
$ autoreconf -i
$ autoreconf -i
$ ./configure --prefix=$PWD/build --enable-lib-only
$ ./configure --prefix=$PWD/build --enable-lib-only
$ make -j$(nproc)
$ make -j$(nproc)
...
...
src/h2load_http3_session.cc
View file @
32c2557b
...
@@ -305,7 +305,7 @@ int Http3Session::init_conn() {
...
@@ -305,7 +305,7 @@ int Http3Session::init_conn() {
nghttp3_settings
settings
;
nghttp3_settings
settings
;
nghttp3_settings_default
(
&
settings
);
nghttp3_settings_default
(
&
settings
);
settings
.
qpack_max_table_capacity
=
config
->
header_table_size
;
settings
.
qpack_max_
d
table_capacity
=
config
->
header_table_size
;
settings
.
qpack_blocked_streams
=
100
;
settings
.
qpack_blocked_streams
=
100
;
auto
mem
=
nghttp3_mem_default
();
auto
mem
=
nghttp3_mem_default
();
...
...
src/shrpx_http3_upstream.cc
View file @
32c2557b
...
@@ -2495,7 +2495,7 @@ int Http3Upstream::setup_httpconn() {
...
@@ -2495,7 +2495,7 @@ int Http3Upstream::setup_httpconn() {
nghttp3_settings
settings
;
nghttp3_settings
settings
;
nghttp3_settings_default
(
&
settings
);
nghttp3_settings_default
(
&
settings
);
settings
.
qpack_max_table_capacity
=
4
_k
;
settings
.
qpack_max_
d
table_capacity
=
4
_k
;
if
(
!
config
->
http2_proxy
)
{
if
(
!
config
->
http2_proxy
)
{
settings
.
enable_connect_protocol
=
1
;
settings
.
enable_connect_protocol
=
1
;
...
...
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