[Catalyst] p-static-simple line-ending patch
    Brandon Black 
    blblack at gmail.com
       
    Fri Feb 24 15:12:32 CET 2006
    
    
  
On 2/24/06, Christopher H. Laco <claco at chrislaco.com> wrote:
> A. Pagaltzis wrote:
> > * Carl Franks <fireartist at gmail.com> [2006-02-24 13:55]:
> >> I've since discovered that the ends of catalyst-generated html
> >> pages are getting cut. It doesn't happen under the
> >> script/test.cgi server, only under apache. It's not a browser
> >> issue, because it also happens when I retrive the html with
> >> wget.
> >>
> >> If I use wget's --ignore-length flag, the html isn't cut.
> >
> > But how large is the response body that wget receives? Does its
> > size differ from the value of the Content-Length header, and if
> > so, by how much?
> >
> > Regards,
>
> For that matter...
> This is under Cat, under MP using the ModPerl Cat Engine right?
>
> What happens if you server the files in question directly from apache
> somewhere else?
>
You guys might want to peer at the HTTP spec as well.  IIRC, it says
some specific things about line ending styles and Content-lengths and
headers and all that.  This may have something to do with various bits
of code trying to conform to the HTTP protocol (and/or failing to do
so).
-- Brandon
    
    
More information about the Catalyst
mailing list