]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: Create a conn_config_t structure to hold an extendable core config rather
authorGraham Leggett <minfrin@apache.org>
Sat, 17 Feb 2018 21:39:53 +0000 (21:39 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 17 Feb 2018 21:39:53 +0000 (21:39 +0000)
commit2b92ff77a749ba0ea5a6a6894ba111d69a72084a
treee076d8a6a7c26536f10a4ef6afeab304341b233a
parentf669982f9d63da8d2983eb962cfe09a41bb7fefa
core: Create a conn_config_t structure to hold an extendable core config rather
than consuming the whole pointer with the connection socket.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1824635 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/http_core.h
server/Makefile.in
server/core.c
server/core.h [new file with mode: 0644]