BUG/MAJOR: cli: fix custom io_release was crushed by NULL.
authorEmeric Brun <ebrun@haproxy.com>
Thu, 29 Jun 2017 17:54:13 +0000 (19:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Jun 2017 04:49:31 +0000 (06:49 +0200)
commitd6871f785f5a57a051cf593df64d79927180699f
treedde73306334c46e08202c948d57bdd06fd6db733
parent27f2dbbdfdb589bc5659cfdda2479c5fb47821fd
BUG/MAJOR: cli: fix custom io_release was crushed by NULL.

The io_release could be set into the parsing request handler
and must not be crushed.

This patch should be backported on mainline branches 1.7 and 1.6
src/cli.c