Skip to content
Snippets Groups Projects
  • Eric Müller's avatar
    fix: Unblock child's stdout printing · 4d2e3696
    Eric Müller authored and Jakob Kaiser's avatar Jakob Kaiser committed
    This sets the subprocess to avoid blocking reads and we now can use
    unlimited reads (i.e. larger-than-per-line chunks) and use those.
    For subprocesses printing fast this should avoid any buffers to fill up.
    
    Change-Id: If3f67b2aaf7431a4b7abb58e1b64e2a70ff05eb2
    4d2e3696