From: Adam Dickmeiss Date: Tue, 9 Jul 2013 11:08:16 +0000 (+0200) Subject: session_shared: negotiate init sz parameters MP-465 X-Git-Tag: v1.3.59~8 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;ds=sidebyside;h=6de003d8fb16f703d2c71c21128423cf691ce45d;hp=6de003d8fb16f703d2c71c21128423cf691ce45d;p=metaproxy-moved-to-github.git session_shared: negotiate init sz parameters MP-465 By default, session_shared will honor the paramters given by client. An alternative, but not implemented, algorithm would be to only re-use sessions with same sz parameters. This however, could reduce re-use of sessions a lot. Hence this, simple algorithm instead. The negotiation to a maximum sz values can be enabled by using in configuration. This will make session_shared send those values to backends and use returned init values in negotaition to client before session_shared. ---