You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@ooo.lanl.gov> on 1995/07/26 00:06:44 UTC

possible inconsistency

With Apache 0.8.2, if the connection times out, the socket gets closed
gracefully, but the client has no way to know that the document/object 
is incomplete.

I think that with older code, the process would exit() and the connection
would break, and this would be enough for the client to realise that
something didn't go to plan.

The symptoms for this problem are that clients cache incomplete documents.


rob