Hi all,
I have noticed that the HTTP header contains lower case value for
'Last-Modified'
(http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.29)

~$ wget -q -O - "$@"http://localhost:5984/favicon.ico --proxy=off
--server-response
  HTTP/1.0 200 OK
  Server: CouchDB/1.2.0a-1151390 (Erlang OTP/R13B03)
  last-modified: Tue, 26 Jul 2011 04:19:47 GMT
  Expires: Fri, 24 Aug 2012 15:02:33 GMT
  Date: Wed, 24 Aug 2011 15:02:33 GMT
  Content-Type: image/x-icon
  Content-Length: 9326
  Cache-Control: public, max-age=31536000

By the way, the protocol in the reply is HTTP 1.0. Does it mean that CouchDB
does not support HTTP 1.1 ?

-
Andrey

Reply via email to