commit | 90d313578f035110422799ca2e188d745ceb3733 | [log] [tgz] |
---|---|---|
author | David Lamparter <equinox@opensourcerouting.org> | Thu May 14 14:24:06 2015 +0200 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed May 27 20:34:41 2015 +0200 |
tree | 9ec0ef3c8cca4cb52dc5d1340f2a3cb8191ae586 | |
parent | 464ccf36b4aa1b942cad413ea30267b4bf9e6315 [diff] |
lib/vty: don't clear output buffer on input EOF A VTY's input can be closed without the output becoming unavailable. This happens both on stdio when stdin ends, as well as over TCP when an unidirectional input shutdown() happens. In such a case, resetting the output buffer is not appropriate since there might still be data to be successfully written. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>