Re: Content type

Zak Johnson <[email protected]> Sun, 14 Mar 2004 12:38:25 -0500
Newsgroups gmane.comp.djb.publicfile
Message-ID <[email protected]>
On 2004-03-14 08:12-0600, [email protected] wrote:
> Here is a response from yum's maintainer:
> 
>      publicfile isn't sending a content length header with it's url depsite
>      claiming to be an http 1.0 compliant web server.
> 
>      it's broken.

Sounds as though yum's maintainer is confused:

	$ ls -l 0/index.html
	-rw-r--r--  1 root  wheel  536 Feb 29 12:36 0/index.html
	$ mconnect 0 80
	HEAD /index.html HTTP/1.0

	HTTP/1.0 200 OK
	Server: publicfile
	Date: Sun, 14 Mar 2004 17:35:36 GMT
	Last-Modified: Sun, 29 Feb 2004 17:36:30 GMT
	Content-Type: text/html
	Content-Length: 536

	$ 

-Zak