Opened 2 weeks ago

Closed 2 days ago

#21180 closed enhancement (fixed)

nghttp2-1.65.0

Reported by: Bruce Dubbs Owned by: Rahul Chandra
Priority: normal Milestone: 12.4
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Rahul Chandra, 11 days ago

Owner: changed from blfs-book to Rahul Chandra
Status: newassigned

comment:2 by Rahul Chandra, 3 days ago

We have released nghttp2 v1.65.0.

Do not download the archive files generated by GitHub. They do not work. Please download the signed and versioned tar balls, such as nghttp2-1.65.0.tar.gz. lib

RFC 7540 Priorities implementation has been removed. Here is the summary of the behavioral changes in the public API functions:

nghttp2_session_change_stream_priority: This function is noop. It always returns 0. nghttp2_session_create_idle_stream: This function is noop. It always returns 0. nghttp2_submit_request: pri_spec is ignored. nghttp2_submit_request2: pri_spec is ignored. nghttp2_submit_headers: pri_spec is ignored. nghttp2_submit_priority: This function is noop. It always returns nghttp2_stream_get_parent: This function always returns NULL. nghttp2_stream_get_next_sibling: This function always returns NULL. nghttp2_stream_get_previous_sibling: This function always returns NULL. nghttp2_stream_get_first_child: This function always returns NULL. nghttp2_stream_get_weight: This function always returns NGHTTP2_DEFAULT_WEIGHT. nghttp2_stream_get_sum_dependency_weight: This function always returns 0.

nghttp2_option_set_server_fallback_rfc7540_priorities and nghttp2_option_set_no_closed_streams have also been deprecated, and have no effect.

QNX build support has been added.

comment:3 by Rahul Chandra, 2 days ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.