Christopher Faulet 97d3096040 MINOR: http-conv: Remove unreachable goto statement in sample_conv_q_preferred
This was reported by Coverity. In sample_conv_q_preferred() function, a goto
statement after a "while(1)" loop is unreachable. Instead of just removing
it, the same goto statement in the loop is replaced by a break. It is safer
this way, in case the loop change in future.

This patch should fix the issue #2683.
2024-11-06 10:06:52 +01:00
..
2024-04-02 07:27:33 +02:00
2024-08-20 18:12:27 +02:00
2024-04-26 11:29:25 +02:00
2024-10-04 21:38:14 +02:00
2024-10-24 16:12:46 +02:00
2024-10-04 21:38:14 +02:00
2024-10-04 21:38:14 +02:00