CLEANUP: Use IST_NULL whenever possible
authorTim Duesterhus <tim@bastelstu.be>
Sun, 28 Feb 2021 15:11:37 +0000 (16:11 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 1 Mar 2021 14:44:28 +0000 (15:44 +0100)
commit68a088d85177c4c8d08b32d549276b0f1a9a6700
treee09a22b84d5a3f9b03714a29fc3665271d105c34
parent92c696e663ab4bbcffd5dc0afedf1d0afd1c7279
CLEANUP: Use IST_NULL whenever possible

Refactoring performed with the following Coccinelle patch:

    @@
    @@

    - ist2(NULL, 0)
    + IST_NULL
src/http_fetch.c