]> granicus.if.org Git - apache/commit
These changes are to allow caching of subrequests via a quick_handler.
authorIan Holsman <ianh@apache.org>
Mon, 21 Jan 2002 01:43:30 +0000 (01:43 +0000)
committerIan Holsman <ianh@apache.org>
Mon, 21 Jan 2002 01:43:30 +0000 (01:43 +0000)
commitd939b45e7483abafd8b058b5af4cec1f1a636fff
treeef9c04674fa5fb8a932d943f5771c0659b101f30
parent50ff70d607c18830173372971cd8840542568331
These changes are to allow caching of subrequests via a quick_handler.

* Change SUBREQ_CORE so that it is a HTTP_HEADER (20) filter instead of a content filter (10)
  this allows subrequests to add content filters properly

* Change subreq handling of 'handle-include' so that it splits/passes the brigade before the subreq
  is created. (This allows quick_handler to push content back from this phase)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92956 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/filters/mod_include.c
server/core.c
server/request.c