http://www.ics.uci.edu/pub/ietf/http/draft-ietf-http-connection-00.txt=
Quoting:
"Authoritative knowledge that it is appropriate to close a connection=
can only come from the user. Unfortunately, that source is not to be=
trusted. First, most users don't know what a connection is, and
having them indicate it is okay to close it is meaningless. Second, =
a
user that does know what a connection is probably inherently greedy.=
Such a user would never surrender the attention that a connection to=
a server implies.
But this is talking about the client actually closing the connection, n=
ot
sending a header to the server to signal that the connection will be cl=
osed
after completion of the response. Obviously, the header can only be sen=
t as
part of a request. Also, "HTTP Connection Management" says clients SHO=
ULD
close connections before servers when possible.
How are you implementing this requirement?
-Carl,
=