mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-08 19:18: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:
@@ -61,5 +61,6 @@ void test_spdylay_session_recv_invalid_frame();
|
||||
void test_spdylay_session_defer_data();
|
||||
void test_spdylay_session_flow_control();
|
||||
void test_spdylay_session_on_ctrl_not_send();
|
||||
void test_spdylay_session_on_settings_received();
|
||||
|
||||
#endif // SPDYLAY_SESSION_TEST_H
|
||||
|
||||
Reference in New Issue
Block a user