commit | a8692f3fe0c5f930261df3abd5cfb61b649edce7 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Fri Mar 13 12:34:25 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 13 17:26:43 2020 +0100 |
tree | 55fc952bad6b4fb6e6ff1269669cff619ffc0590 | |
parent | cf6e0c8a836da211946fa637020e776286093633 [diff] |
CLEANUP: connection: Add blank line after declarations in PP handling This adds the missing blank lines in `make_proxy_line_v2` and `conn_recv_proxy`. It also adjusts the type of the temporary variable used for the return value of `recv` to be `ssize_t` instead of `int`.