I altered the second script to do this:
echo Content-type: text/plain
echo
echo here is some output
for x in $(seq 0 4095); do
echo -n X >&2
done
echo end of lineChanging 4095 to 4096 triggers this bug. -- Sam Morris http://robots.org.uk/ PGP key id 1024D/5EA01078 3412 EA18 1277 354B 991B C869 B219 7FDB 5EA0 1078
signature.asc
Description: This is a digitally signed message part

