mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-21 13:16:57 +00:00
[CLEANUP] session: remove duplicate test
This duplicate test should have been removed with the loop rework but was forgotten. It was harmless, but disassembly shows that it prevents gcc from correctly optimizing the loop.
This commit is contained in:
parent
c5e60c3360
commit
15e5554467
@ -1170,9 +1170,6 @@ resync_stream_interface:
|
||||
|
||||
ana_list = ana_back = s->rep->analysers;
|
||||
while (ana_list && max_loops--) {
|
||||
if (!ana_list)
|
||||
break;
|
||||
|
||||
/* Warning! ensure that analysers are always placed in ascending order! */
|
||||
|
||||
if (ana_list & AN_RES_WAIT_HTTP) {
|
||||
|
Loading…
Reference in New Issue
Block a user