Add client streaming test to chunk-test.c
authorDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 21 Mar 2011 14:30:17 +0000 (14:30 +0000)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Mon, 21 Mar 2011 17:34:27 +0000 (17:34 +0000)
commit4ad3ad3a2525e8b6659e0b2a6382d5a30831bd14
tree54da773da3309fdd0202308e07fae5c0e363437f
parent5a8df74a4705aa2ce958d8024aca0ce71c146047
Add client streaming test to chunk-test.c

For when the client *really* wants the request not to accumulate. It can
call soup_message_body_wrote_chunk() from the wrote-chunk signal handler,
to simulate the behaviour that the server side gets.
tests/chunk-test.c