]> git.kaiwu.me - haproxy.git/commit
CLEANUP: http-fetch: Remove duplcated return statement in smp_fetch_stver()
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 4 May 2026 15:41:36 +0000 (17:41 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2026 16:36:04 +0000 (18:36 +0200)
commite7482c4d0e99c950d15e4aababb9c7d6e585f698
treed72f2b52e6c36979cee56cdcbe65fa43a7a2a4fd
parent3fa0aa3664deee9b83f42b662436d7eb46ad8f3f
CLEANUP: http-fetch: Remove duplcated return statement in smp_fetch_stver()

the return statement was needlessly repeated. Let's remove the second one.
src/http_fetch.c