The only thing i see possibly having to do with it is that between the end of the header and the start of the text (not the content entity) there are 3 line breaks.

Where HTTP/1.0 would supply the text right away, HTTP/1.1 adds a chunk length, in hex, spanning one line.

In groups.yahoo.com i get:
header 122a <HTML>

with HTTP/1.1, and with HTTP/1.0 i get
header <HTML>


As you can see, there really is only one line break. My theory is Mozilla includes the line break succeeding 122a, the chunk length, in the source.

But it's just a theory.

-nuffin
zz zZ Z Z #!perl

In reply to Re: LWP not returning leading spaces in web page (ver 2) by nothingmuch
in thread LWP not returning leading spaces in web page (ver 2) by aspen

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.