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

@@ -87,6 +87,8 @@ int main(int argc, char* argv[])
!CU_add_test(pSuite, "submit_response", test_spdylay_submit_response) ||
!CU_add_test(pSuite, "submit_request_with_data",
test_spdylay_submit_request_with_data) ||
!CU_add_test(pSuite, "submit_request_without_data",
test_spdylay_submit_request_with_null_data_read_callback) ||
!CU_add_test(pSuite, "session_reply_fail",
test_spdylay_session_reply_fail) ||
!CU_add_test(pSuite, "session_on_headers_received",