Skip to content

Commit 4b1d25b

Browse files
nodejs-github-bottargos
authored andcommitted
deps: update ngtcp2 to 1.1.0
PR-URL: #51319 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 682f4f6 commit 4b1d25b

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

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

-12
Original file line numberDiff line numberDiff line change
@@ -4269,9 +4269,6 @@ NGTCP2_EXTERN int ngtcp2_conn_open_uni_stream(ngtcp2_conn *conn,
42694269
*
42704270
* |flags| is currently unused, and should be set to 0.
42714271
*
4272-
* This function returns 0 if a stream denoted by |stream_id| is not
4273-
* found.
4274-
*
42754272
* This function returns 0 if it succeeds, or one of the following
42764273
* negative error codes:
42774274
*
@@ -4294,9 +4291,6 @@ NGTCP2_EXTERN int ngtcp2_conn_shutdown_stream(ngtcp2_conn *conn, uint32_t flags,
42944291
*
42954292
* |flags| is currently unused, and should be set to 0.
42964293
*
4297-
* This function returns 0 if a stream denoted by |stream_id| is not
4298-
* found.
4299-
*
43004294
* This function returns 0 if it succeeds, or one of the following
43014295
* negative error codes:
43024296
*
@@ -4321,9 +4315,6 @@ NGTCP2_EXTERN int ngtcp2_conn_shutdown_stream_write(ngtcp2_conn *conn,
43214315
*
43224316
* |flags| is currently unused, and should be set to 0.
43234317
*
4324-
* This function returns 0 if a stream denoted by |stream_id| is not
4325-
* found.
4326-
*
43274318
* This function returns 0 if it succeeds, or one of the following
43284319
* negative error codes:
43294320
*
@@ -4684,9 +4675,6 @@ NGTCP2_EXTERN int ngtcp2_conn_in_draining_period(ngtcp2_conn *conn);
46844675
* specifies the stream ID. This function only extends stream-level
46854676
* flow control window.
46864677
*
4687-
* This function returns 0 if a stream denoted by |stream_id| is not
4688-
* found.
4689-
*
46904678
* This function returns 0 if it succeeds, or one of the following
46914679
* negative error codes:
46924680
*

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
* Version number of the ngtcp2 library release.
3838
*/
39-
#define NGTCP2_VERSION "0.8.1"
39+
#define NGTCP2_VERSION "1.1.0"
4040

4141
/**
4242
* @macro
@@ -46,6 +46,6 @@
4646
* number, 8 bits for minor and 8 bits for patch. Version 1.2.3
4747
* becomes 0x010203.
4848
*/
49-
#define NGTCP2_VERSION_NUM 0x000801
49+
#define NGTCP2_VERSION_NUM 0x010100
5050

5151
#endif /* VERSION_H */

0 commit comments

Comments
 (0)