mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
9b8dc79cc8
Change our message wrapper from
[== CMake Server ==[ ... ]== CMake Server ==]
to
[== "CMake Server" ==[ ... ]== "CMake Server" ==]
to guarantee that no JSON content can ever contain the ending string
(because it would be encoded as `]== \"CMake Server\" ==]`).