X-Git-Url: http://git.plutz.net/?p=cgilite;a=blobdiff_plain;f=cgilite.sh;h=333334c460f5cae9bc763f0079584a41132f70c5;hp=ae09497817521d8795b0e92a7f859d5bda2426a9;hb=c232fc5fab2ae7a4ea68737a03c7c4057ef872d6;hpb=506e2f9f146c13919e65a9bbbd844391b96bbe9d diff --git a/cgilite.sh b/cgilite.sh index ae09497..333334c 100755 --- a/cgilite.sh +++ b/cgilite.sh @@ -90,7 +90,7 @@ if [ -z "$REQUEST_METHOD" ]; then $CR) printf '%s %s\r\n%s\n%s\n\r\n' \ 'HTTP/1.1' "${cgilite_status%${CR}}" \ "$cgilite_response" "${cgilite_cl}" - cat + cat || kill $$ [ "${cgilite_cl#Connection}" = "${cgilite_cl}" ]; exit;; *) cgilite_response="${cgilite_response:+${cgilite_response}${BR}}${l}";; esac; done || exit 0;