Commits

Andy Green authored 9123ca6befc
cgi: fix stdout close to http close On h1, cgi stdout close doesn't prompt the http close, instead it times out. Fix that so we also close on h1, and make the close action itself on http timeout less drastic. As it was, GnuTLS actually marks the close as a fatal TLS error.