]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: http-conv: Remove useless enc_type init to ENC_QUERY
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Jul 2026 10:02:56 +0000 (12:02 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Jul 2026 13:21:58 +0000 (15:21 +0200)
commitd62964cc8a7a51decfd14aad8c2a57eb8fa7fb5b
treef04b7c97d7669ea6d3e2b998e3e67de13598932a
parentb947f6075542030160a35d7f8c25beaa1c0e7584
CLEANUP: http-conv: Remove useless enc_type init to ENC_QUERY

this commit dropped a dead "enc_type = ENC_QUERY;" store that was
immediately overwritten.
src/http_conv.c