Skip to content

Commit 6c14ba6

Browse files
nodejs-github-bottargos
authored andcommitted
deps: update nghttp3 to 1.1.0
1 parent 6329d2c commit 6c14ba6

27 files changed

+2750
-1416
lines changed

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

Lines changed: 527 additions & 265 deletions
Large diffs are not rendered by default.

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 "0.7.0"
34+
#define NGHTTP3_VERSION "1.1.0"
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 0x000700
44+
#define NGHTTP3_VERSION_NUM 0x010100
4545

4646
#endif /* NGHTTP3_VERSION_H */

0 commit comments

Comments
 (0)