mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 19:35:41 +03:00
Handle stalled readers (e.g. network write got stalled), by having escaping io have a buffer so it looks for escaped characters in the stream. This simplifies the implementation considerably, as we can look for new lines followed by escaped characters directly. Also, we add a test to ensure that any partial results are flushed to readers.