I'm trying to figure out what _exactly_ the CD termination code means. The
docs says:
CD The client unexpectedly aborted during data transfer. This can be
caused by a browser crash, by an intermediate equipment between the
client and haproxy which decided to actively break the connection,
by network routing issues between the client and haproxy, or by a
keep-alive session between the server and the client terminated first
by the client.
Does this mean that clients MUST have not received some of the data or
could a client have received all of the data from the response?
What's an unexpected abortion vs a normal termination?
I have a client (windows using a MS xml library to make http requests)
which always ends up with CD-- terminations, but the software seems to
work properly otherwise.
-Bryan