haproxy/include
Willy Tarreau d6735d611e 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.
2018-12-07 13:25:59 +01:00
..
common MEDIUM: ist: use local conversion arrays to case conversion 2018-12-07 13:25:59 +01:00
import
proto BUG/MEDIUM: stream-int: don't attempt to receive if the connection is not established 2018-12-06 15:25:58 +01:00
types BUG/MEDIUM: connections: Split CS_FL_RCV_MORE into 2 flags. 2018-12-06 16:36:05 +01:00