Re: optimizing TLS time to first byte

2014-02-09 Thread Willy Tarreau
Hi Ilya, I've finished the change. It seems to do the right thing for me with HTTP, though I have not tested with SPDY. If a read happens after a pause of more than one second where the output buffer was empty, we reset the streamer flags. Thus it will cover the case where the client sends a new

Re: [PATCH v1] MINOR Add last activity/session enhancement to stats page

2014-02-09 Thread Bhaskar Maddala
Hello, Testing was done with config [1], which included listener stats to avoid missing the test case that I had previously [1] global maxconn 10 defaults mode http clitimeout 6 srvtimeout 3 contimeout 4000 option httpchk backend b1 server blog 127.0.0.1:80 maxcon

[PATCH v1] MINOR Add last activity/session enhancement to stats page

2014-02-09 Thread Bhaskar Maddala
Hello, Following up on the comments from the previous patch "me realize that we could possibly do exactly the same with them : having per-listener and per-frontend last accept could be useful to detect the ones which are never used in some environment" I have added additional fields to the s