Using of Connection header

I'am making an HTTP/1.1 cache, but I have some trouble with the
connection header:

if the request contains these headers:

---------------------------------------------------------------------
Cache-Control: no-cache
Connection: Cache-Control
---------------------------------------------------------------------

could i use my cache or not ?
Because I must delete de Cache-Control header (because Connection)
but I don't know if i must take or not care of it?


Frederic Urbani.

Received on Tuesday, 25 February 1997 09:25:15 UTC