Having upgrade from 1.2 to 1.3b6, I see some oddities with
Content-Length, which never seems to match the size of the data being
downloaded. Even when I create a file 'x.epl' which contains just the
letter x, accessing through curl gives this:
[91]> curl -i http://server:9181/x.epl
HTTP/1.1 200 OK
Date: Fri, 10 Nov 2000 18:07:15 GMT
Server: Apache/1.3.11 (Unix) mod_perl/1.19
Content-Length: 4
Connection: close
Content-Type: text/html
x
curl: (18) transfer closed with 2 bytes remaining
[92]>
I don't know to what extent this is causing problems, but some browsers
do seem to be hanging on certain pages, possibly waiting for more data
to be downloaded.
Has anyone else seen this or something similar?
Cheers
Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]