> 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?
>

You file contains an x and a newline and Embperl appends a carridge return
and a newline (otherwise Netscape will not display the page correctly in
some situation), this sums up to 4. So it seems to be ok, but maybe this
only this example. Are there any other examples where get a bigger offset?

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to