Skip to content

Commit 792842f

Browse files
nodejs-github-botlpinca
authored andcommitted
deps: update nghttp3 to 1.1.0
1 parent 5db35b4 commit 792842f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2278,9 +2278,6 @@ NGHTTP3_EXTERN void nghttp3_conn_shutdown_stream_write(nghttp3_conn *conn,
22782278
* stream, this function returns 0. If the stream has already
22792279
* shutdown read-side stream, this function returns 0.
22802280
*
2281-
* This function does not fail if a stream denoted by |stream_id| is
2282-
* not found, although it may fail with the other reasons.
2283-
*
22842281
* This function returns 0 if it succeeds, or one of the following
22852282
* negative error codes:
22862283
*

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)