Hi everyone, I have a problem very similar to this one https://github.com/haproxy/haproxy/issues/231 and I need help how to approach it correctly.
This issue is sporadic, and occurs far more often with 2.1.8 than with 2.2.3. But in the LTS it is still present. I have a FastCGI Backend, that is providing a big response (KBs to MBs) which will be forwarded as a chunked HTTP answer by the haproxy. A Wireshark dump shows that sometimes the haproxy will close the connection after sending two chunks (~16KB each) and no end chunk (no idea how big the answer should have been). This issue occurs during automatic tests in my company. But with just a simple, minimal FastCGI example I was not able to reproduce it. Do you have any recommendations how I can approach this and how to isolate this problem? Thanks and best regards, Harris

