Paul Querna wrote:
Bill Stoddard wrote:

The problem is that the subrequest is inheriting entity-header fields from the mainline request (mainline request was a POST). This patch should be generalised to remove all inherited entity-header fields from the subrequest.


Something that popped into my mind is, what about when you actually want to do a POST subrequest?

from ap_set_sub_req_protocol():

    rnew->method          = "GET";
    rnew->method_number   = M_GET;
    rnew->protocol        = "INCLUDED";

...so I say we drive off that bridge when we get to it, to mis-quote Ted 
Kennedy.

Greg



Reply via email to