DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20475>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20475

Page delay and 304 error after modification

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-06-04 21:14 -------
304 is not an error; it means "page not modified".  It is returned only if
the client uses an "if-modified-since" request header.  The client should then
use its cached version of the page.

Hence this must be a client problem.  Either it doesn't have the page cached,
in which case it shouldn't be sending "if-modified-since" or it does, in 
which case it should return the cached version.

I have no idea what exactly is triggering this.  If you would like to discuss
it further, I suggest providing more details on your setup with a posting to
the [email protected] mailing list.

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

Reply via email to