]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: fcgi: Replace memcpy() on ist by istcat()
authorTim Duesterhus <tim@bastelstu.be>
Fri, 4 Mar 2022 23:52:44 +0000 (00:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 9 Mar 2022 06:51:27 +0000 (07:51 +0100)
commit98f05f6a38c35d52081d72a31a9c3cd9140e28d8
treec5d2afc7dc880e81be10f7b67c75b2a6d6ecfefd
parentb4b03779d0d058a564a95ae6e18b300b6d387283
CLEANUP: fcgi: Replace memcpy() on ist by istcat()

This is a little cleaner, because the length of the resulting string does not
need to be calculated manually.
src/mux_fcgi.c