]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: add the %Td log-format specifier
authorWilly Tarreau <w@1wt.eu>
Tue, 17 May 2016 15:55:27 +0000 (17:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 17 May 2016 16:04:30 +0000 (18:04 +0200)
commit27b639d37fb4f4c255272ce8fbdebafbf5688302
treedc58e9219a7fa06a8d1d01ee51e4f03518a98989
parent5e4261b0e469d176e075b41778b07df83f5c7c77
MINOR: log: add the %Td log-format specifier

As suggested by Pavlos, it's too bad that we didn't have a %Td log
format tag given that there are a few mentions of Td corresponding
to the data transmission time already in the doc, so this is now done.
Just like the other specifiers, we report -1 if the connection failed
before reaching the data transmission state.
doc/configuration.txt
include/types/log.h
src/log.c