BUG/MINOR: httpclient/cli: change the appctx test in the callbacks
authorWilliam Lallemand <wlallemand@haproxy.org>
Fri, 20 Aug 2021 09:35:29 +0000 (11:35 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 20 Aug 2021 09:53:16 +0000 (11:53 +0200)
commitdfc3f8906d0be94aa0ffe6779309b5d0af369e52
tree49203caba9f7835857f794e16640bc56eff38440
parentb70203017b32a02ddc3113410c9cb6bf62765810
BUG/MINOR: httpclient/cli: change the appctx test in the callbacks

The callbacks of the CLI httpclient are testing the appctx pointer
before doing the appctx_wakeup but was dereferencing the appctx pointer
before.
src/http_client.c