Skip to content

Commit

Permalink
deps: update nghttp3 to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodejs-github-bot authored and lpinca committed Jan 8, 2024
1 parent 5db35b4 commit 792842f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions deps/ngtcp2/nghttp3/lib/includes/nghttp3/nghttp3.h
Original file line number Diff line number Diff line change
Expand Up @@ -2278,9 +2278,6 @@ NGHTTP3_EXTERN void nghttp3_conn_shutdown_stream_write(nghttp3_conn *conn,
* stream, this function returns 0. If the stream has already
* shutdown read-side stream, this function returns 0.
*
* This function does not fail if a stream denoted by |stream_id| is
* not found, although it may fail with the other reasons.
*
* This function returns 0 if it succeeds, or one of the following
* negative error codes:
*
Expand Down
4 changes: 2 additions & 2 deletions deps/ngtcp2/nghttp3/lib/includes/nghttp3/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*
* Version number of the nghttp3 library release.
*/
#define NGHTTP3_VERSION "0.7.0"
#define NGHTTP3_VERSION "1.1.0"

/**
* @macro
Expand All @@ -41,6 +41,6 @@
* number, 8 bits for minor and 8 bits for patch. Version 1.2.3
* becomes 0x010203.
*/
#define NGHTTP3_VERSION_NUM 0x000700
#define NGHTTP3_VERSION_NUM 0x010100

#endif /* NGHTTP3_VERSION_H */

0 comments on commit 792842f

Please sign in to comment.