On Saturday, 23 November 2013 at 23:47:11 UTC, Adam D. Ruppe
wrote:
On Saturday, 23 November 2013 at 23:30:09 UTC, Jeroen Bollen
wrote:
I added the code to my GitHub repo; there don't seem to be any
uncommon associative arrays:
Yea, it is the immutable string[string], I used the same
pattern in my cgi.d and saw that too (sometimes, like I said,
it is randomly there or not. it seems to be the outer immutable
that triggers the problem.
BTW, my cgi.d has fastcgi support too
https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff/blob/master/cgi.d
compile with -version=fastcgi. It uses the C libfcgi in that
mode. Feel free to copy any of my code you want if it is
helpful to you.
Your work actually inspired mine. I saw it used some external
code so I am basically writing it without those. Somewhere in
progress of that I managed to completely throw over the structure
of the code, and well yeah, now I ended up with that. :P