We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319eb9d commit 9988f4aCopy full SHA for 9988f4a
1 file changed
lib/gen_lsp/communication/stdio.ex
@@ -74,7 +74,7 @@ defmodule GenLSP.Communication.Stdio do
74
read_header(headers)
75
76
line ->
77
- [k, v] = String.split(line, ":")
+ [k, v] = String.split(line, ":", parts: 2)
78
read_header(Map.put(headers, String.trim(k), String.trim(v)))
79
end
80
0 commit comments