]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: log: use a separate buffer for the header and for the message
authorDragan Dosen <ddosen@haproxy.com>
Sat, 19 Sep 2015 20:09:02 +0000 (22:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Sep 2015 12:01:27 +0000 (14:01 +0200)
commit59cee973cdaedfb1e83f2d52db0a55723c76199c
tree320165cfce697844b97989b72f863916b672ff85
parent609ac2ab6cfbe42303c0db0721f6287021173f21
MEDIUM: log: use a separate buffer for the header and for the message

Make sendmsg() use two vectors, one for the message header that is updated
by update_log_hdr() and one for the message buffer.
include/proto/log.h
include/types/log.h
src/cfgparse.c
src/log.c