On Dec 7, 2013, at 7:48 PM, James Peach <[email protected]> wrote: > On Dec 6, 2013, at 5:05 PM, [email protected] wrote: > >> Updated Branches: >> +++ b/CHANGES >> @@ -1,6 +1,8 @@ >> -*- coding: utf-8 -*- >> Changes with Apache Traffic Server 4.2.0 >> >> + *) [TS-312] Add option to always share keep-alive connections to the >> origin server >> + >> *) [TS-2419] Don't close client connection when responding with a 204 and >> there is no body >> >> *) [TS-1146] Add RFC 5077 TLS session ticket support. >> >> http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d6ab7482/mgmt/RecordsConfig.cc >> ---------------------------------------------------------------------- >> diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc >> index a54e018..bf3674e 100644 >> --- a/mgmt/RecordsConfig.cc >> +++ b/mgmt/RecordsConfig.cc >> @@ -456,6 +456,8 @@ RecordElement RecordsConfig[] = { >> , >> {RECT_CONFIG, "proxy.config.http.origin_min_keep_alive_connections", >> RECD_INT, "0", RECU_DYNAMIC, RR_NULL, RECC_STR, "^[0-9]+$", RECA_NULL} >> , >> + {RECT_CONFIG, "proxy.config.http.attach_sever_session_to_client", >> RECD_INT, "0", RECU_DYNAMIC, RR_NULL, RECC_INT, "[0-1]", RECA_NULL} >> + , > > Sever session?
Also, shouldn’t this be default to “1” to be backwards compatible ? — leif
