fixed -Bryan
On Jul 10, 2013, at 2:50 AM, Igor Galić <i.ga...@brainsware.org> wrote: >> diff --git a/proxy/http/HttpSM.cc b/proxy/http/HttpSM.cc >> index 8035b38..aebdd89 100644 >> --- a/proxy/http/HttpSM.cc >> +++ b/proxy/http/HttpSM.cc >> @@ -3285,6 +3285,11 @@ HttpSM::tunnel_handler_post_ua(int event, >> HttpTunnelProducer * p) >> case VC_EVENT_READ_COMPLETE: >> case HTTP_TUNNEL_EVENT_PRECOMPLETE: >> // Completed successfully >> + if (t_state.txn_conf->keep_alive_post_out == 0) { >> + // don't share the session if keep-alive for post is not on >> + set_server_session_private(true); >> + } >> + > > The formatting here looks all over the place. > >> p->handler_state = HTTP_SM_POST_SUCCESS; >> p->read_success = true; >> ua_entry->in_tunnel = false; >> >> > > -- > Igor Galić > > Tel: +43 (0) 664 886 22 883 > Mail: i.ga...@brainsware.org > URL: http://brainsware.org/ > GPG: 6880 4155 74BD FD7C B515 2EA5 4B1D 9E08 A097 C9AE >