spdylay/tests
Tatsuhiro Tsujikawa b95e9a8c4c Made spdylay_submit_window_update() not be bounded by recv_window_size
Current SPDY/3 spec does not clearly prohibit to send
delta_window_size which makes resulting window size more than initial
window size. For this reason, spdylay_submit_window_update() can send
delta_window_size in [1, (1 << 31)-1], inclusive, without bounded by
stream's recv_window_size. Of course, the application is now
responsible to keep the resulting window size <= (1 << 31)-1.

spdylay_submit_window_update() now returns
SPDYLAY_ERR_INVALID_ARGUMENT if delta_window_size is 0 or negative.
2012-05-20 16:09:57 +09:00
..
testdata Packaging fix 2012-04-25 22:27:50 +09:00
Makefile.am Renamed spdylay_gzip API. Added test for them. 2012-05-07 22:56:28 +09:00
end_to_end.py Move timeout checking into the query parameter condition. Copy last_modified date string for file responses. 2012-04-05 11:11:02 -07:00
failmalloc.c Added tests for malloc failures 2012-04-24 22:51:06 +09:00
failmalloc_test.c Fixed compiler warning with stricter warning options 2012-05-13 17:38:29 +09:00
failmalloc_test.h Added tests for malloc failures 2012-04-24 22:51:06 +09:00
main.c Added test for EOF from recv_callback. 2012-05-12 18:32:37 +09:00
malloc_wrapper.c Added tests for malloc failures 2012-04-24 22:51:06 +09:00
malloc_wrapper.h Added tests for malloc failures 2012-04-24 22:51:06 +09:00
spdylay_buffer_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_buffer_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_client_cert_vector_test.c Added CREDENTIAL frame support. 2012-04-06 01:45:39 +09:00
spdylay_client_cert_vector_test.h Added CREDENTIAL frame support. 2012-04-06 01:45:39 +09:00
spdylay_frame_test.c Fixed compiler warning with stricter warning options 2012-05-13 17:38:29 +09:00
spdylay_frame_test.h Added CREDENTIAL frame support. 2012-04-06 01:45:39 +09:00
spdylay_gzip_test.c Renamed spdylay_gzip API. Added test for them. 2012-05-07 22:56:28 +09:00
spdylay_gzip_test.h Renamed spdylay_gzip API. Added test for them. 2012-05-07 22:56:28 +09:00
spdylay_map_test.c Fixed compiler warning with stricter warning options 2012-05-13 17:38:29 +09:00
spdylay_map_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_npn_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_npn_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_pq_test.c Fixed compiler warning with stricter warning options 2012-05-13 17:38:29 +09:00
spdylay_pq_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_queue_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_queue_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_session_test.c Made spdylay_submit_window_update() not be bounded by recv_window_size 2012-05-20 16:09:57 +09:00
spdylay_session_test.h Added test for EOF from recv_callback. 2012-05-12 18:32:37 +09:00
spdylay_stream_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_stream_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_zlib_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_zlib_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00