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 1ea3c73 commit 3ae54d0Copy full SHA for 3ae54d0
fs2/src/jsonrpclib/fs2/lsp.scala
@@ -56,7 +56,7 @@ object lsp {
56
line.trim() match {
57
case s"Content-Length: ${integer(length)}" =>
58
Right(headers.copy(contentLength = length))
59
- case s"Content-type: ${mimeType}; charset=${charset}" =>
+ case s"Content-Type: ${mimeType}; charset=${charset}" =>
60
Right(
61
headers.copy(mimeType = mimeType, charset = Charset.forName(charset))
62
)
0 commit comments