Skip to content

Commit 3ae54d0

Browse files
authored
1 parent 1ea3c73 commit 3ae54d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs2/src/jsonrpclib/fs2/lsp.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ object lsp {
5656
line.trim() match {
5757
case s"Content-Length: ${integer(length)}" =>
5858
Right(headers.copy(contentLength = length))
59-
case s"Content-type: ${mimeType}; charset=${charset}" =>
59+
case s"Content-Type: ${mimeType}; charset=${charset}" =>
6060
Right(
6161
headers.copy(mimeType = mimeType, charset = Charset.forName(charset))
6262
)

0 commit comments

Comments
 (0)