Bug #6272
Updated by Tom Clegg about 9 years ago
The response size is not known when the headers are written, so (without an EOF marker) it is impossible for the client to detect the difference between "response was truncated at a newline character" and "complete response was received". Implementation: * keepstore writes Write ".\n" at the end of the index response. * data manager throws Update Data Manager to throw an error (more or less equivalent to "keep node unreachable"?) if it doesn't see the EOF marker.