Skip to content

Commit

Permalink
libraries: add nghttp2
Browse files Browse the repository at this point in the history
  • Loading branch information
wfrisch committed Apr 17, 2024
1 parent 908136b commit e20d975
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,6 @@
[submodule "libraries/curl"]
path = libraries/curl
url = https://github.com/curl/curl
[submodule "libraries/nghttp2"]
path = libraries/nghttp2
url = https://github.com/nghttp2/nghttp2
19 changes: 19 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,25 @@
Library('minizip-ng',
['minizip.c',
'mz_zip.c']),
Library('nghttp2', [
"lib/nghttp2_session.c",
"src/shrpx.cc",
"lib/includes/nghttp2/nghttp2.h",
"src/shrpx_http2_upstream.cc",
"src/shrpx_config.cc",
"src/nghttp.cc",
"src/shrpx_config.h",
"src/shrpx_http2_session.cc",
"src/shrpx_tls.cc",
"src/shrpx_https_upstream.cc",
"src/HttpServer.cc",
"src/shrpx_client_handler.cc",
"src/shrpx_http_downstream_connection.cc",
"src/h2load.cc",
"src/shrpx_downstream.cc",
"src/util.cc",
"lib/nghttp2_session.h",
"src/util.h"]),
Library('openjpeg',
['src/lib/openjp2/j2k.c',
'src/lib/openjpip/jp2k_decoder.c',
Expand Down
1 change: 1 addition & 0 deletions libraries/nghttp2
Submodule nghttp2 added at 8ce9fb

0 comments on commit e20d975

Please sign in to comment.