]> git.kaiwu.me - haproxy.git/commit
[OPTIM] halog: remove support for tab delimiters in input data
authorWilly Tarreau <w@1wt.eu>
Sun, 10 Jul 2011 20:11:17 +0000 (22:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 Jul 2011 04:48:04 +0000 (06:48 +0200)
commit14389e703663adf7348ab938ed676292a35b8bf8
treec3c5ae4224272a0d77be0357f62133cd4d8fc3be
parenta2b39fb5c58b01f222e550b62e4ef3ee99890d8b
[OPTIM] halog: remove support for tab delimiters in input data

Haproxy does not use tabs when sending logs, and checking for them
wastes no less than 4% of CPU cycles. Better get rid of these tests.
contrib/halog/halog.c