mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 02:58:53 +08:00
Added functions to process received SETTINGS frame.
Now remote and local settings are stored separately. The initial window size is included in SETTINGS frame, all active stream's window sizes are now updated. Removed the initial_window_size member from spdylay_stream because it is the same as remote_settings's initial window size.
This commit is contained in:
@@ -138,6 +138,8 @@ int main(int argc, char* argv[])
|
||||
test_spdylay_session_flow_control) ||
|
||||
!CU_add_test(pSuite, "session_on_ctrl_not_send",
|
||||
test_spdylay_session_on_ctrl_not_send) ||
|
||||
!CU_add_test(pSuite, "session_on_settings_received",
|
||||
test_spdylay_session_on_settings_received) ||
|
||||
!CU_add_test(pSuite, "frame_unpack_nv_spdy2",
|
||||
test_spdylay_frame_unpack_nv_spdy2) ||
|
||||
!CU_add_test(pSuite, "frame_unpack_nv_spdy3",
|
||||
|
||||
Reference in New Issue
Block a user