From reading the Zinc docs here: http://zn.stfx.eu/zn/zinc-http-components-paper.html I can see that ZnClient supports the 'Keep Alive' header.
Does ZnManagingMultiThreadedServer? Seems like it does from the code, assuming the presence of the 'Keep-Alive' header from the client and a HTTP v 1.1 connection, but I'm not sure. If so, is there a way to configure the timeout or max # of connections? I just want to make sure the settings in my nginx proxy match up with Zinc Thanks Paul
