On 31 Aug 2000 [EMAIL PROTECTED] wrote:
> Btw: I've been playing with the keep-alive stuff you left lying around
> in Connection.xs. The naive implementation I made seems to work fine,
> once the headers are sent to the client. Are you planning to add them
> in the next mod_perl release?
you mean this?
# int keepalive; /* Are we using HTTP Keep-Alive? */
# int keptalive; /* Did we use HTTP Keep-Alive? */
# int keepalives; /* How many times have we used it? */
i have no plans for adding hooks to those unless they're useful in
someway. have you found a use?