| 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. |