Allow test server to handle binary POSTs.

Tests 35, 544 545 added: binary data POSTs.
This commit is contained in:
Patrick Monnerat
2007-10-25 19:40:05 +00:00
parent b7dd186d36
commit 0678a51d3b
8 changed files with 125 additions and 9 deletions

View File

@@ -6,6 +6,11 @@
Changelog
Patrick M (25 October 2007)
- Fixed test server to allow null bytes in binary posts.
_ Added tests 35, 544 & 545 to check binary data posts, both static (in place)
and dynamic (copied).
Daniel S (25 October 2007)
- Michal Marek fixed the test script to be able to use valgrind even when the
lib is built shared with libtool.