Unverified Commit d90159ad authored by Walter Erquinigo's avatar Walter Erquinigo Committed by GitHub
Browse files

[LSP] Use std::string for storing the Reply method (#92464)

This was using a StringRef, which is very unsafe because the method name
might just get disposed due to the async nature of the response.
This was causing weird characters being printed in the output logs.
parent d38ea8c4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment