* Dodger <[EMAIL PROTECTED]> [2002-06-11 06:56]:

[-- snip --]

> Well, it seems that there are strange headers being passed out with
> mod_perl, and mixed into them come carriage returns.

You're using chunked encoding; many clients can't handle that.

> /* response headers from mod_perl -- sessionID has been altered for
> security purposes */
> Client-Date: Sat, 08 Jun 2002 21:02:11 GMT
> Client-Response-Num: 1
> 
> Cookie: session=d1af22bd5dd71c2585be72b86e119212;
> domain=.gothic-classifieds.com; path=/; expires=Sat, 08-Jun-2002 22:02:11
> GMT<br>
> HTTP/1.1 200 OK
> Date: Sat, 08 Jun 2002 21:02:11 GMT
> Server: Apache/1.3.19 (Unix) mod_perl/1.25
> Set-Cookie: session=d1af22bd5dd71c2585be72b86e119212;
> domain=.gothic-classifieds.com; path=/; expires=Sat, 08-Jun-2002 22:02:11
> GMT
> Connection: close
> Transfer-Encoding: chunked
                     ^^^^^^^

> Content-Type: text/html; charset=ISO-8859-1
> 
> 2
> 
> 
> 
> 15f
> /* response headers from standard CGI */
> Connection: close
> Date: Sat, 08 Jun 2002 21:02:54 GMT
> Server: Apache/1.3.19 (Unix) mod_perl/1.25
> Content-Type: text/html; charset=ISO-8859-1
> Client-Date: Sat, 08 Jun 2002 21:02:55 GMT
> Client-Response-Num: 1
> Client-Transfer-Encoding: chunked
                            ^^^^^^^

I don't know the answer, but this comes up pretty often.  A search of
the archives for chunked encoding should help.

(darren)

-- 
Unix is like a toll road on which you have to stop every 50 feet
to pay another nickel.  But hey!  You only feel 5 cents poorer
each time.
    -- Larry Wall

Reply via email to