> 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`? -Ben
