swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit ada28c6b431b4b91b79b18e9629178d4afb4c39e
parent f050c21dbea521358a262441ecdd842ab3e5b74f
Author: uriel@soma <unknown>
Date:   Wed, 18 Feb 2009 09:26:19 +0000

Add note to review and compare html post parsing code with another implementation.
Diffstat:
Mbin/cgilib.rc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bin/cgilib.rc b/bin/cgilib.rc @@ -23,6 +23,7 @@ fn post_redirect { http_redirect $1 '303 See Other' } # Note: should check if content type is application/x-www-form-urlencoded? +# Should compare with http://www.shelldorado.com/scripts/cmds/urlgetopt.txt fn load_post_args { if(~ $REQUEST_METHOD POST && ~ $#post_args 0) { ifs='&