Skip to content
Snippets Groups Projects
  • Nat Goodspeed's avatar
    260883c1
    Clarify LLProcess debug log message about reading from child pipe. · 260883c1
    Nat Goodspeed authored
    Previous "read N of M bytes" wording implied that the child had M bytes to
    send, but we only read N of them. In reality we have no idea how many bytes
    the child is trying to send, only how many the OS is willing to deliver at
    this moment. To me, "filled N of M bytes" more clearly implies that M is the
    buffer size.
    260883c1
    History
    Clarify LLProcess debug log message about reading from child pipe.
    Nat Goodspeed authored
    Previous "read N of M bytes" wording implied that the child had M bytes to
    send, but we only read N of them. In reality we have no idea how many bytes
    the child is trying to send, only how many the OS is willing to deliver at
    this moment. To me, "filled N of M bytes" more clearly implies that M is the
    buffer size.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.