commit | 6eb730ded961e264328bece700df0ebaa1aa2190 | [log] [tgz] |
---|---|---|
author | Krzysztof Piotr Oledzki <ole@ans.pl> | Sat Nov 03 23:41:58 2007 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 04 08:14:20 2007 +0100 |
tree | 6c086eac0295b0dc71ecfd383fb5a081c879286c | |
parent | 2ee30416af3a8e891956fe99f738c63a5f7e6c70 [diff] |
[MEDIUM] Implement and use generic findproxy and relax duplicated proxy check This patch: - adds proxy_mode_str() similar to proxy_type_str() - adds a generic findproxy function used with default_backend/setbe/use_backed - rewrite default_backend/senbe/use_backed to use introduced findproxy() - relaxes duplicated proxy check - changes capabilities displaying from "%X" to "%s" with a call to proxy_type_str()