Curious failure to parse the content-type header...? (WWWLIB 4.0D)

I know there is already 4.1 version of the library out, and a quick
test with it didn't seem to show this bug. But, it may just be
accidentally not happening the same way, so perhaps someone should
check what causes this in 4.0D and whether it is really fixed in 4.1.

The bug is: for some mysterious reason, the WWWLIB seems to lose the
first 't' from the content type when accessing
"http://www.fsw.com/motif.html". See below the output of ComLine (the
bug is in library, I first noticed it in my own application using the
library... )


----------------------------------------------
w3c http://www.fsw.com/motif.html
Looking up www.fsw.com
Contacting host...
Reading...
Reading...
Parsing unknown header `ext/html'
<html><head>
<title>Motif home page</title>
</head><body>
....
----------------------------------------------
HTTP/1.0 200 Document follows
Date: Thu, 20 Jun 1996 07:28:44 GMT
Server: NCSA/1.4.1
Content-type: text/html
Last-modified: Thu, 16 May 1996 21:02:09 GMT
Content-length: 1254

<html><head>
<title>Motif home page</title>
</head><body>

...
-----------------------------------------------------------

--
Markku Savela (msa@hemuli.tte.vtt.fi),     Technical Research Centre of Finland
Multimedia Systems, P.O.Box 1203,FIN-02044 VTT,http://www.vtt.fi/tte/staff/msa/

Received on Thursday, 20 June 1996 04:29:19 UTC