Shopify / ruby-lsp-rails

A Ruby LSP addon for Rails
https://shopify.github.io/ruby-lsp-rails/
MIT License
518 stars 21 forks source link

Ensure output printed during boot doesn't break LSP when starting #310

Closed andyw8 closed 3 months ago

andyw8 commented 3 months ago

If an app happens to print two "\r\n" in a sequence while booting this can cause problems, as we're expecting to have a "Content-Length:" header afterwards.

With this change, we will skip over it.

Closes #309, closes #305.