You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by fi...@apache.org on 1999/08/15 08:46:54 UTC

Re: protocol/3951: Range 0- ignored

[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]


Synopsis: Range 0- ignored

State-Changed-From-To: open-closed
State-Changed-By: fielding
State-Changed-When: Sat Aug 14 23:46:53 PDT 1999
State-Changed-Why:

This behavior is intentional.  The 206 response interferes with
older caches and will not be sent if the response would include
the entire content.  200 is sent instead.

Your tool should be looking for the Accept-Ranges response
header field to see if the server allows range requests.

.....Roy