MEDIUM: httpclient: Don't close CLI applet at the end of a response
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Jun 2022 15:17:24 +0000 (17:17 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Jun 2022 15:20:57 +0000 (17:20 +0200)
commit89f2626c19eac0c27f539039fd950b5b8f2ec7ee
tree50b4e128c2cfd0e2a6bb89fd33b9bff82703b4c5
parent0158bb23d75482f7827ff3bd0a73a6da90881ca5
MEDIUM: httpclient: Don't close CLI applet at the end of a response

There is no reason to close the CLI applet when the whole response was
dumped. This prevent anyone to use the CLI in interactive mode.
src/http_client.c