Bug #6272
Updated by Tom Clegg over 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:
* Write ".\n" at the end of the index response.
* Update Data Manager to throw an error (more or less equivalent to "keep node unreachable"?) if it doesn't see the EOF marker.