MINOR: connection: send data before receiving
authorWilly Tarreau <w@1wt.eu>
Tue, 11 Apr 2017 17:59:33 +0000 (19:59 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 27 Jun 2017 12:38:02 +0000 (14:38 +0200)
commit57ec32fb993d4b426ccca7ed2322eacbf9218596
tree407675c763e0bd6af48ed63a7a58b05b8ec2a485
parentd62b98c6e80bd69ff80d80e90e62ab51531bc250
MINOR: connection: send data before receiving

It's more efficient this way, as it allows to flush a send buffer before
receiving data in the other one. This can lead to a slightly faster buffer
recycling, thus slightly less memory and a small performance increase by
using a hotter cache.
src/connection.c