]> granicus.if.org Git - apache/commit
Add a core_request_config so we have a safe semi-hidden place to save core data
authorGreg Ames <gregames@apache.org>
Wed, 18 Oct 2000 15:21:32 +0000 (15:21 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 18 Oct 2000 15:21:32 +0000 (15:21 +0000)
commit2311f5561e9848e3baa9fe8f457b54a50d565d41
tree78dc94fe884ab129941783772c48fea75671755c
parent12c00a6a88445b201e6c88ef4d3e355c6c0c5809
Add a core_request_config so we have a safe semi-hidden place to save core data
that lives across function calls during a single request.  Change getline() to
take a request_rec parm (rather than a conn_rec) so we can access the
core_request_config.

This is in preparation for adding look-ahead functionality to getline(), so it
can support header line folding once again.  I'm committing these changes first
so the core_request_config can be used elsewhere (i.e. ap_get_client_block).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86642 13f79535-47bb-0310-9956-ffa450edef68
include/http_core.h
modules/http/http_protocol.c