deps: update nghttp3 to 1.13.1 · nodejs/node@9ec35c0 · GitHub
Skip to content

Commit 9ec35c0

Browse files
nodejs-github-botRafaelGSS
authored andcommitted
deps: update nghttp3 to 1.13.1
PR-URL: #60046 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 387b65c commit 9ec35c0

27 files changed

Lines changed: 6851 additions & 4767 deletions

deps/ngtcp2/nghttp3/lib/includes/nghttp3/nghttp3.h

Lines changed: 172 additions & 1 deletion

deps/ngtcp2/nghttp3/lib/includes/nghttp3/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*
3232
* Version number of the nghttp3 library release.
3333
*/
34-
#define NGHTTP3_VERSION "1.11.0"
34+
#define NGHTTP3_VERSION "1.13.1"
3535

3636
/**
3737
* @macro
@@ -41,6 +41,6 @@
4141
* number, 8 bits for minor and 8 bits for patch. Version 1.2.3
4242
* becomes 0x010203.
4343
*/
44-
#define NGHTTP3_VERSION_NUM 0x010b00
44+
#define NGHTTP3_VERSION_NUM 0x010d01
4545

4646
#endif /* !defined(NGHTTP3_VERSION_H) */

deps/ngtcp2/nghttp3/lib/nghttp3_balloc.c

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)