--snip--
  % netcat localhost 8080 << .
  HEAD http://apache.org/favicon.ico HTTP/1.0
  
  .
  HTTP/1.1 200 OK
  Date: Thu, 14 Mar 2002 11:20:48 GMT
  Server: Apache/1.3.24-dev (Unix)
  Accept-Ranges: bytes
  Cache-Control: max-age=86400
  Content-Length: 766
  Content-Type: text/plain
  ETag: "1f8f-2fe-adc4b1c0"
  Expires: Fri, 15 Mar 2002 11:20:49 GMT
  Last-Modified: Mon, 24 Sep 2001 02:07:11 GMT
  Via: 1.1 localhost:8080 (Apache/1.3.24-dev)
  X-Cache: MISS from localhost
  Connection: close
--snip--

Should the X-Cache line not rather read:

  X-Cache: MISS from localhost:8080

because that was its port number?
RFC2616 doesn't describe X-Cache ;-)

   Martin
-- 
<[EMAIL PROTECTED]>         |     Fujitsu Siemens
Fon: +49-89-636-46021, FAX: +49-89-636-47655 | 81730  Munich,  Germany

Reply via email to