commit | a0e586130270b466fa77a34a45b3f0cd69feca8e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jan 04 14:50:49 2011 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jan 04 14:50:49 2011 +0100 |
tree | de425797ef2f424bdf4e25ac84c0d155b2fa0042 | |
parent | e1ee956399267ad94c27efe674eed8c6fa656c51 [diff] |
[REVERT] undo the stick-table string key lookup fixes Revert commits 035da6d1b0c436b85add48bc22120aa814c9cab9 and f18b5f21bafef909901b7b5cf95625a63e609c75. These fixes were wrong. They worked but they were fixing the symptom instead of the root cause of the problem. The real issue was in the ebtree lookup code and it has been fixed now so these patches are not needed anymore. It's better not to copy memory blocks when we don't need to, so let's revert them.