Test that FLAG_FIN is set if the read callback is NULL.

This commit is contained in:
Jim Morrison
2012-02-20 13:12:13 -08:00
parent 2edceb1fb1
commit 6e7025b9f5
6 changed files with 43 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ void test_spdylay_session_send_syn_stream();
void test_spdylay_session_send_syn_reply();
void test_spdylay_submit_response();
void test_spdylay_submit_request_with_data();
void test_spdylay_submit_request_with_null_data_read_callback();
void test_spdylay_session_reply_fail();
void test_spdylay_session_on_headers_received();
void test_spdylay_session_on_ping_received();