commit | b550d009ca06e31672e3e4b7b8555a26e17b3370 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <willy@haproxy.com> | Fri Feb 20 16:53:25 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sat Feb 28 23:12:31 2015 +0100 |
tree | bbe985fd52b059091d7ffe58cacae05b8411db96 | |
parent | 2e05a8c74210689557d326b4741ba028f4c63759 [diff] |
MEDIUM: protocol: use a family array to index the protocol handlers Instead of walking over a list, we now have a direct mapping between protocol families and their respective handlers. This will allow fast lookups.