On Mon, Sep 15, 2025 at 09:57:51PM +0000, Ben Kallus wrote: > > Looking at cvs, I don't see any post 7.7-release changes that would cause > > this behaviour to be different. > > Agreed; I think it's unlikely that changes between 7.7 and current are > having an effect here. > > Just to test, I installed 7.7 in QEMU, and I am still able to > reproduce the bug as I did on current. > > When you send a simpler request (e.g., with `printf 'POST / > HTTP/1.1\r\nHost: whatever\r\nTransfer-Encoding: > chunked\r\n\r\n0\r\n\r\n' | nc localhost 80`), does it stop after > echoing `0\r\n\r\n`?
Yes, the only output I get back from that is 0\r\n and the TCP connection remains open.
