In cgi_die(), mark the client connection for closing.
authorFabian Keil <fk@fabiankeil.de>
Thu, 3 Mar 2011 14:42:55 +0000 (14:42 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 3 Mar 2011 14:42:55 +0000 (14:42 +0000)
commit5d616e2e5dab2e6e3604f0917281ff6ea4eaaad1
tree86cdcd926d5cc9ac22b0f2c96f164feb76e90d02
parent5b4704b5eeaef403c7b79cbced500f23f9eea08e
In cgi_die(), mark the client connection for closing.

If the client will fetch the style sheet through another connection
it gets the main thread out of the accept() state and should thus
trigger the actual shutdown.
cgisimple.c