]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sink: now call the generic fd write function
authorWilly Tarreau <w@1wt.eu>
Tue, 27 Aug 2019 12:21:02 +0000 (14:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 27 Aug 2019 15:14:19 +0000 (17:14 +0200)
commita1426de5aaaef17f310fe3ccf9e062f594fef88a
tree108771d9446776f905e87151289aeb3cf87b3b75
parent931d8b79a88b20573a04c3f11866e934a58c9b34
MINOR: sink: now call the generic fd write function

Let's not mess up with fd-specific code, locking nor message formating
here, and use the new generic function instead. This substantially
simplifies the sink_write() code and makes it more agnostic to the
output representation and storage.
src/sink.c