haproxy/include
William Lallemand ebf61804ef MEDIUM: cli: handle payload in CLI proxy
The CLI proxy was not handling payload. To do that, we needed to keep a
connection active on a server and to transfer each new line over that
connection until we receive a empty line.

The CLI proxy handles the payload in the same way that the CLI do it.

Examples:

   $ echo -e "@1;add map #-1 <<\n$(cat data)\n" | socat /tmp/master-socket -

   $ socat /tmp/master-socket readline
   prompt
   master> @1
   25130> add map #-1 <<
   + test test
   + test2 test2
   + test3 test3
   +

   25130>
2018-12-11 17:05:36 +01:00
..
common MINOR: hpack: provide a function to encode an HTTP path 2018-12-11 09:07:02 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto REORG: connection: centralize the conn_set_{tos,mark,quickack} functions 2018-12-11 16:41:51 +01:00
types MEDIUM: cli: handle payload in CLI proxy 2018-12-11 17:05:36 +01:00