testing for connections with keep-alive property from modules

2009-06-23 Thread Kevin J Walters
Hi, What's the recommended way to check for a connection having the property of being kept alive? I was expecting to see tests like c-keepalive == AP_CONN_KEEPALIVE but i see that mod_proxy.c is testing c-keepalives which is the incrementing counter of requests processed on that connection. Are

Re: testing for connections with keep-alive property from modules

2009-06-23 Thread Dan Poirier
Kevin J Walters kevin.walt...@morganstanley.com writes: What's the recommended way to check for a connection having the property of being kept alive? I was expecting to see tests like c-keepalive == AP_CONN_KEEPALIVE but i see that mod_proxy.c is testing c-keepalives which is the