Uh, let me clarify why I still think is ambiguous. In this code that I had cut out of proxy_http.c in apache_1.3.23 it clearly states the intention of being HTTP/1.1 but then it specifies HTTP/1.0 in the request. Are we considering that this is HTTP/1.1 even though it itself claims to be HTTP/1.0?
[EMAIL PROTECTED]
.org To: [EMAIL PROTECTED]
cc:
01/29/2002 Subject: RE: patch:
proxy-preserve-host
01:13 PM
Please respond
to
modproxy-dev
Uh, I guess it looks a little ambigous:
/* At this point, we start sending the HTTP/1.1 request to the
* remote server (proxy or otherwise).
*/
f = ap_bcreate(p, B_RDWR | B_SOCKET);
ap_bpushfd(f, sock, sock);
ap_hard_timeout("proxy send", r);
ap_bvputs(f, r->method, " ", proxyhost ? url : urlptr, " HTTP/1.0" CRLF,
- Gabriel
