commit | 393379c3e0a39aacc3d87065ae7cb7cbcc52cc7e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 06 12:11:37 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 14 15:10:23 2010 +0200 |
tree | 2daf29db7d1f8f1abcd077d2f4510dcc50348366 | |
parent | f8f33284bdba124a5bc54805b820a11fce1ba5c3 [diff] |
[MINOR] stick_table: add support for variable-sized data Right now we're only able to store a server ID in a sticky session. The goal is to be able to store anything whose size is known at startup time. For this, we store the extra data before the stksess pointer, using a negative offset. It will then be easy to cumulate multiple data provided they each have their own offset.