]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: axe struct core_net_rec.
authorYann Ylavic <ylavic@apache.org>
Mon, 14 Dec 2020 18:08:49 +0000 (18:08 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 14 Dec 2020 18:08:49 +0000 (18:08 +0000)
commit18fb718292215c3de4d33bb3e42c7eb0917be9fa
tree9e4b65dffe4d86b004b29e2cffafbfae5499e5d2
parentd3f5ef3a0876cf63afa593054cd8e98fb26651f1
core: axe struct core_net_rec.

It was only used internally (by the core filters), and it's public API was
redundant with conn_config_t.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884431 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/http_core.h
server/core.c
server/core_filters.c