commit | a1426de5aaaef17f310fe3ccf9e062f594fef88a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Aug 27 14:21:02 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Aug 27 17:14:19 2019 +0200 |
tree | 108771d9446776f905e87151289aeb3cf87b3b75 | |
parent | 931d8b79a88b20573a04c3f11866e934a58c9b34 [diff] |
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.