Changes with Apache 1.3.24
+ *) No idea why an HTTP/1.1 proxy would send an HTTP/1.0 request
+ to a remote server by default. Fixed.
+ [Graham Leggett, Gabriel Russell <g.russell@ieee.org>]
+
*) NetWare: Added the module mod_log_nw to handle log rotation.
This module adds LogRotateDaily and LogRotateInterval to allow
all of the custom logs to be either rotated on a daily basis or
ap_bpushfd(f, sock, sock);
ap_hard_timeout("proxy send", r);
- ap_bvputs(f, r->method, " ", proxyhost ? url : urlptr, " HTTP/1.0" CRLF,
+ ap_bvputs(f, r->method, " ", proxyhost ? url : urlptr, " HTTP/1.1" CRLF,
NULL);
/* Send Host: now, adding it to req_hdrs wouldn't be much better */
if (destportstr != NULL && destport != DEFAULT_HTTP_PORT)