r3590 - in branches/2.0/varnish-cache: bin/varnishd lib/libvcl
tfheen at projects.linpro.no
tfheen at projects.linpro.no
Thu Feb 5 10:40:21 CET 2009
Author: tfheen
Date: 2009-02-05 10:40:21 +0100 (Thu, 05 Feb 2009)
New Revision: 3590
Modified:
branches/2.0/varnish-cache/bin/varnishd/mgt_param.c
branches/2.0/varnish-cache/lib/libvcl/vcc_fixed_token.c
Log:
Merge r3333: Change default to always use HTTP/1.1 with the backend
Modified: branches/2.0/varnish-cache/bin/varnishd/mgt_param.c
===================================================================
--- branches/2.0/varnish-cache/bin/varnishd/mgt_param.c 2009-02-05 09:36:59 UTC (rev 3589)
+++ branches/2.0/varnish-cache/bin/varnishd/mgt_param.c 2009-02-05 09:40:21 UTC (rev 3590)
@@ -689,7 +689,7 @@
"By default we copy the protocol version from the "
"incoming client request.",
EXPERIMENTAL,
- "off", "bool" },
+ "on", "bool" },
{ "client_http11", tweak_bool, &master.client_http11, 0, 0,
"Force all client responses to be HTTP/1.1.\n"
"By default we copy the protocol version from the "
Modified: branches/2.0/varnish-cache/lib/libvcl/vcc_fixed_token.c
===================================================================
--- branches/2.0/varnish-cache/lib/libvcl/vcc_fixed_token.c 2009-02-05 09:36:59 UTC (rev 3589)
+++ branches/2.0/varnish-cache/lib/libvcl/vcc_fixed_token.c 2009-02-05 09:40:21 UTC (rev 3590)
@@ -310,9 +310,9 @@
/* ../../include/vrt_obj.h */
- vsb_cat(sb, "/*\n * $Id: vrt_obj.h 3169 2008-09-08 09:49:01Z tfheen");
- vsb_cat(sb, " $\n *\n * NB: This file is machine generated, DO NOT");
- vsb_cat(sb, " EDIT!\n *\n * Edit vcc_gen_obj.tcl instead\n");
+ vsb_cat(sb, "/*\n * $Id: vcc_gen_obj.tcl 3580 2009-02-05 08:45:25Z ");
+ vsb_cat(sb, "tfheen $\n *\n * NB: This file is machine generated, ");
+ vsb_cat(sb, "DO NOT EDIT!\n *\n * Edit vcc_gen_obj.tcl instead\n");
vsb_cat(sb, " */\n\nstruct sockaddr * VRT_r_client_ip(const struct ");
vsb_cat(sb, "sess *);\nstruct sockaddr * VRT_r_server_ip(struct ses");
vsb_cat(sb, "s *);\nint VRT_r_server_port(struct sess *);\n");
More information about the varnish-commit
mailing list