Starting with version 1.1 of the HTTP protocol, a client
now has the ability to send notification to a remote server
that it should not drop the connection after sending a
response back to the client. This means a significant
increase in the speed of communication because the client
does not have to reconnect to the server to get another
resource.
However, some servers may misbehave and produce
unexpected errors, so the user is able to set this property
to a value that suits him best. If KeepAlive is set to
Automatic, wodHttpDLX will decide
whether or not its going to send this header to a remote
server. wodHttpDLX usually sends this header during a
manual Connect method
call, but also when Proxy
server is used.