yeah, the socket gets saturated, saw the same problem with ssl, see the
comment in apache/post.t:
#300, 500, 2000, 4000, 6000, 10_000);
#XXX: ssl currently falls over here

also happens if you were to post the same size data using netscape.

i think your solution to modify mod_echo_post.c is the way to go, just
make sure you free() the malloced buffer.  either that or write the post
data to a tmp file then send that back out.





Reply via email to