commit | f16d2b8c1bfda0c7f53db5ebc54090576ee3a380 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 06 15:38:59 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 14 15:10:24 2010 +0200 |
tree | 2e2639a8ec0adcaa4593d2db8f47b2e6fe038520 | |
parent | 69b870f862a1ead14e53943befb019187d043c28 [diff] |
[MEDIUM] stick_table: don't overwrite data when storing an entry Till now sticky sessions only held server IDs. Now there are other data types so it is not acceptable anymore to overwrite the server ID when writing something. The server ID must then only be written from the caller when appropriate. Doing this has also led to separate lookup and storage.