================
@@ -96,7 +115,7 @@ Expected<std::optional<Message>> Transport::Read() {
     return createStringError(
         formatv("invalid content length {0}", *raw_length).str());
 
-  Expected<std::string> raw_json = ReadFull(*input, length);
----------------
ashgti wrote:

Also, frustrating on Windows stdin is an anonymous pipe and anonymous pipes do 
not support async reads 
(https://learn.microsoft.com/en-us/windows/win32/ipc/anonymous-pipe-operations) 
which is why I disabled the one test on Windows, since we can't read with a 
timeout on stdin.

https://github.com/llvm/llvm-project/pull/130169
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to