Commit 2b985e4
BUG/MEDIUM: quic: Don't try to use hystart if not implemented
Not every CC algos implement hystart, so only call the method if it is
actually there. Failure to do so will cause crashes if hystart is on,
and the algo doesn't implement it.
This should fix github issue haproxy#3218
This should be backported up to 3.0.
(cherry picked from commit a08bc46)
Signed-off-by: Christopher Faulet <[email protected]>
(cherry picked from commit d848a08)
[cf: ctx adjt]
Signed-off-by: Christopher Faulet <[email protected]>1 parent 9484229 commit 2b985e4
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
| 432 | + | |
432 | 433 | | |
433 | 434 | | |
434 | 435 | | |
| |||
0 commit comments