MEDIUM: ist: use local conversion arrays to case conversion

Calling tolower/toupper for each character is slow, a lookup into a
256-byte table is cheaper, especially for common characters used in
header field names which all fit into a cache line. Let's create these
two variables marked weak so that they're included only once.
This commit is contained in:
Willy Tarreau 2018-12-07 09:40:01 +01:00
parent c2a10d4b4c
commit d6735d611e