Skip to content
  • vector-of-bool's avatar
    server: Fix regression in partial message handling · 01c42155
    vector-of-bool authored and Brad King's avatar Brad King committed
    If a partial message is flushed into the input pipe for CMake Server,
    the parser will try and parse it as a full message because of some bad
    loop checks.  This was introduced accidentally in commit
    v3.10.0-rc1~365^2~2 (server: Refactor to make the event loop owned by
    server object, 2017-03-24).
    01c42155