-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Your Name
committed
May 13, 2024
1 parent
59bdadf
commit e612331
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule nghttp2
updated
29 files
+68 −26 | .github/workflows/build.yml | |
+2 −0 | AUTHORS | |
+2 −2 | CMakeLists.txt | |
+6 −6 | README.rst | |
+2 −2 | configure.ac | |
+1 −1 | doc/h2load.1 | |
+1 −1 | doc/nghttp.1 | |
+1 −1 | doc/nghttpd.1 | |
+13 −13 | doc/nghttpx.1 | |
+4 −4 | docker/Dockerfile | |
+5 −5 | go.mod | |
+10 −10 | go.sum | |
+1 −0 | integration-tests/setenv.in | |
+2 −2 | lib/nghttp2_buf.c | |
+6 −6 | lib/nghttp2_hd.c | |
+3 −3 | lib/nghttp2_helper.c | |
+25 −2 | lib/nghttp2_helper.h | |
+1 −1 | lib/nghttp2_pq.c | |
+1 −1 | lib/nghttp2_ratelim.c | |
+26 −21 | lib/nghttp2_session.c | |
+1 −1 | lib/nghttp2_stream.c | |
+2 −2 | lib/nghttp2_submit.c | |
+4 −3 | src/HttpServer.h | |
+7 −3 | src/h2load.cc | |
+1 −1 | tests/failmalloc_test.c | |
+5 −5 | tests/nghttp2_session_test.c | |
+7 −7 | tests/nghttp2_test_helper.c | |
+1 −1 | third-party/llhttp/include/llhttp.h | |
+287 −268 | third-party/llhttp/src/llhttp.c |