!70 修复版本错误导致部分接口无法使用

Merge pull request !70 from Aurora/change_version
This commit is contained in:
openharmony_ci 2024-03-05 04:04:04 +00:00 committed by Gitee
commit 5be51b1a9e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,7 @@
* @macro
* Version number of the nghttp2 library release
*/
#define NGHTTP2_VERSION "1.43.0"
#define NGHTTP2_VERSION "1.55.0"
/**
* @macro
@ -37,6 +37,6 @@
* release. This is a 24 bit number with 8 bits for major number, 8 bits
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
*/
#define NGHTTP2_VERSION_NUM 0x012b00
#define NGHTTP2_VERSION_NUM 0x013700
#endif /* NGHTTP2VER_H */

View File

@ -192,6 +192,7 @@
nghttp2_session_client_new2;
nghttp2_option_set_peer_m;
nghttp2_option_set_user_r;
nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation;
nghttp2_outbound_item_fre;
nghttp2_outbound_item_ini;
nghttp2_outbound_queue_in;