chiark / gitweb /
cgi-fcgi-interp: support CGI command line arguments
authorTony Finch <dot@dotat.at>
Fri, 7 Oct 2016 12:57:57 +0000 (13:57 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 5 Nov 2016 12:24:30 +0000 (12:24 +0000)
commit1e5c90fcb5636e3571c9e42bf02891d1d41f4323
tree01dff0e29c8b4954f475c76c22968b7d8bdd344e
parenteb04acf0951d7aa75f08ff5a2b9c13715ba5a2bf
cgi-fcgi-interp: support CGI command line arguments

If the QUERY_STRING does not contain an = then it is also passed
on the command line.

See https://tools.ietf.org/html/rfc3875#section-4.4
cprogs/cgi-fcgi-interp.c