mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-23 07:50:02 +00:00
commit
5be51b1a9e
@ -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 */
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user