Changeset 25947

Show
Ignore:
Timestamp:
01/12/2009 09:45:41 AM (6 months ago)
Author:
exarkun
Message:
expand PotentialDataLoss docstring a bit refs #3605
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/identity-transfer-encoding-3605/twisted/web/http.py

    r25946 r25947  
    11711171    """ 
    11721172    L{PotentialDataLoss} may be raised by a transfer encoding decoder's 
    1173     C{noMoreData} method to indicate that it cannot be determined if the entire 
    1174     response body has been delivered.  This only occurs when making requests to 
    1175     HTTP servers which do not set I{Content-Length} or a I{Transfer-Encoding} 
    1176     in the response. 
     1173    C{noMoreData} method to indicate that it cannot be determined if the 
     1174    entire response body has been delivered.  This only occurs when making 
     1175    requests to HTTP servers which do not set I{Content-Length} or a 
     1176    I{Transfer-Encoding} in the response because in this case the end of the 
     1177    response is indicated by the connection being closed, an event which may 
     1178    also be due to a transient network problem or other error. 
    11771179    """ 
    11781180