So, we tried all of these options and then some, but we are still having issues. I was hopeful when I thought about using retries, thinking the issue is rare enough that if it just retries when it does happen that we could move past this. Unfortunately, it doesn't seem to honor the retries when it runs into this error for some reason. Do you have other suggestions?
Thanks, BJ On Tue, Aug 27, 2024 at 12:23 PM BJ Taylor <b...@greenseedtech.com> wrote: > Ok, will do. Thanks. > > BJ > > > On Tue, Aug 27, 2024 at 10:42 AM Lukas Tribus <lu...@ltri.eu> wrote: > >> Also, before doing anything else, try using: >> >> tune.disable-zero-copy-forwarding or tune.h1.zero-copy-fwd-recv off >> >> as there is currently an open bug that doesn't fully match your case >> but is still close enough that it may be worth a try: >> >> https://github.com/haproxy/haproxy/issues/2665 >> >> >> >> Lukas >> >