]> granicus.if.org Git - apache/commit
Move the keepalives field out of the conn_rec and into an HTTP specific
authorRyan Bloom <rbb@apache.org>
Wed, 18 Apr 2001 03:53:34 +0000 (03:53 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 18 Apr 2001 03:53:34 +0000 (03:53 +0000)
commit70a67b2c260ccea7e840c819b4e156678713caa3
treea031f167f95cd2bc26586f58f85f9e5255fa8af6
parent9d0eb82d75d50b2c8d9ec49a4e657ed0ce705e3f
Move the keepalives field out of the conn_rec and into an HTTP specific
connection record.  This also moves some HTTP specific back out of the
core and into the HTTP module.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88881 13f79535-47bb-0310-9956-ffa450edef68
include/httpd.h
modules/http/config.m4
modules/http/http_core.c
modules/http/http_protocol.c
modules/http/mod_core.h
modules/loggers/mod_log_config.c
server/protocol.c