At 06:14 AM 7/15/2005, Roy T. Fielding wrote:
>-1 This is a violation of HTTP:
>
>+ if (apr_table_get(r->subprocess_env, "force-proxy-request-1.0")
>+ || ((r->proto_num < HTTP_VERSION(1,1))
>+ && !apr_table_get(r->subprocess_env,
>"force-proxy-request-1.1"))) {
>
>In all cases except when specifically configured otherwise,
>the proxy must send HTTP/1.1 if it supports responses in HTTP/1.1.Thanks for the clarification, Roy! Bill
