commit | 63426cb6a63d0b2b3c4aed5133f6fed75e739cb2 | [log] [tgz] |
---|---|---|
author | James Rosewell <james@51degrees.com> | Fri Sep 18 19:53:05 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 21 12:55:24 2015 +0200 |
tree | fa11d676c11b30544adf2808ea0bafeb959fd78c | |
parent | a28bbd53c4c096d9e357785f906eb463cf82a582 [diff] |
MINOR: 51d: Improved string handling for LRU cache Removed use of strlen with the data added to and retrived from the cache by using chunk structures instead of string pointers.