commit | e2fff10a1902a4aaf09259c1247b744168c9da79 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Sat Jan 02 22:47:16 2021 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Jan 05 17:05:58 2021 +0100 |
tree | 243526647c58363c0184bf2d2b97733aecb7363e | |
parent | 8f7efcddd6bd389e5e2c49f8f554d85d085720f2 [diff] |
CLEANUP: Reduce scope of `header_name` in http_action_store_cache() This variable is only needed deeply nested in a single location and clang's static analyzer complains about a dead initialization. Reduce the scope to satisfy clang and the human that reads the function.